Thread: Html
View Single Post
Old 10-02-2012, 11:24 PM   #12
lylevasser12
Registered User
 
Join Date: Aug 2012
Posts: 69
Hi,

HTML defines the structure and layout of a Web document by using a variety of tags and attributes. The correct structure for an HTML document starts with <HTML><HEAD><BODY> and ends with </BODY></HTML>. All the information you'd like to include in your Web page fits in between the <BODY> and </BODY> tags.
lylevasser12 is offline   Reply With Quote