We now have a youtube channel. Subscribe!

Html Document structure


Hello dear readers! welcome back to another section of my tutorial on Html. In this tutorial guide we are going to be discussing about the basic structure of a typical Html document. As i explained in my last tutorial, a Html document is made up of the <!doctype> declaration, <html>, <head>, and body. Below is an example of the structure of a Html Document.

RECOMMENDED POST: Html Tags

<!DOCTYPE html>
<html>

     <head>
            Document header related tags
     </head>

     <body>
            Document body related tags
     </body>

</html>

Alright guys! This is where we are rounding up for this tutorial post. In my next tutorial, we are going to be discussing about the Html DOCTYPE Declaration.

Feel free to ask your questions where necessary and i will attend to them as soon as possible. If this tutorial was helpful to you, you can use the share button to share this tutorial.

Follow us on our various social media platforms to stay updated with our latest tutorials. You can also subscribe to our newsletter in order to get our tutorials delivered directly to your emails.

Thanks for reading and bye for now.

Post a Comment

Hello dear readers! Please kindly try your best to make sure your comments comply with our comment policy guidelines. You can visit our comment policy page to view these guidelines which are clearly stated. Thank you.
© 2023 ‧ WebDesignTutorialz. All rights reserved. Developed by Jago Desain