Explain The Structure Of HTML Document?

5

5 Answers

Shaan Khan Profile
Shaan Khan answered
www.w3schools.com is best site to learn about web design related stuff and tools ....
Quang Moon Profile
Quang Moon answered

An HTML document has two* main parts:

  1. head. The head element contains title and meta data of a web document.
  2. body. The body element contains the information that you want to display on a web page.

* To make your web pages compatible with HTML 4, you need to add a document type declaration (DTD) before the HTML element. Many web authoring software add DTD and basic tags automatically when you create a new web page.

In a web page, the first tag (specifically, <html>) indicates the markup language that is being used for the document. The <head> tag contains information about the web page. Lastly, the content appears in the <body> tag.

See more tips at webdesignvalley.com/

Anonymous Profile
Anonymous answered
...

...



&  tags are used for Starting & Ending of html page....
&  tags are used to give the title name for html page who is display on browser.
  Tags are used to all the information that do we want to display on our web page.....

Answer Question

Anonymous