|
|
|
HTML TutorialHTML Basics: the (first) minimal documentIn an HTML document, the first element is HTML. The HTML start tag (<html>) marks the beginning of an HTML document, and the HTML end tag (</html>) marks the end. HTML tags are not case sensitive. The typical HTML document is divided into two major sections: the head and the body.
The head section, even if not displayed directly by your browser is very important. The infomation is used by the browser as the tag title or collected by the search engines. A specific section is dedicated to this section. HTML 4.01 specifies that the minimal HTML document should also include a line that identifies the HTML version using the <!DOCTYPE> declaration.
|
|
Copyright © 2005-8 Sunilcare.
All Rights Reserved. |