Saturday, June 9, 2007

HTML STRUCTURE

Structure
1.) HTML : For Transitional Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
For strict DTD
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">[html
xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"]

2.) HEAD : header of an HTML document where information about the document is placed.
must use the title element within the head element and meta, style,
script, base and link can also be used.
[HEAD]
[TITLE]Introduction to HTML[/TITLE]
[link rel="stylesheet"href="css.css" type="text/css" /]
[script]
]/script]
[/HEAD]
i am using <>=[]

No comments: