wwwSchools
PREV: HTML comments

5. HTML structure

NEXT: HTML headings


1. what is the html structure?
ANS:- An HTML document has two main parts: the head and the body. But firstly every HTML document should start by declaring that it is an HTML document. These tags are of the form: <html>. An example in given below: