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>
<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.
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.