HTML<html> Tag
- The <html> tag is the container for all other HTML elements (except for the <!DOCTYPE> tag).
- It mainly comprises of document header which is represented by <head>...</head> and document body which is represented by <body>...</body> tags.
- This tag represents root of an HTML document.
EXAMPLE:
<html>
.....
</html>
Post any problem if encountered in the comments.
Thanks for visiting GIMIBITS.
Please share this post and like us on Facebook.
HITESH BHATIA
EDITOR IN CHIEF
Comments
Post a Comment