|
Contributed by Joe
|
|
Tuesday, 04 July 2006 |
|
Page 1 of 4 HTML overviewHTML, or HyperText Markup Language is designed to specify the logical organisation of a document, with important hypertext extensions. It is not designed to be the language of a WYSIWYG word processor such as Word or WordPerfect.
Build a HTML pageDeclaring and Identifying the Document
Add a bit of code that declares which type of document using and identifies the language version. For example: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<< Start < Previous 1 2 3 4 Next > End >> |
|
Last Updated ( Tuesday, 04 July 2006 )
|