What are the basic HTML Document parts?

HTML 5 >   Introduction to HTML5 >   Basics of HTML  

Long Question

536


Answer:

An element called HTML surrounds the whole document. This element contains two sub-elements, HEAD, and BODY. These elements are required to form any HTML document.

<Html> <Head> <Title>The First Page</title> </head> <Body> <p>Hello World</p> </body> </Html>

Just write down the above code in the notepad editor and save this file with the extension of .html or .htm and then double click on that file you will get output on the default web browser.


This Particular section is dedicated to Question & Answer only. If you want learn more about HTML 5. Then you can visit below links to get more depth on this subject.




Join Our telegram group to ask Questions

Click below button to join our groups.