Skip to content

Opening book details…

About this document

Understanding HTML Structure and Tags by Malathi Sankar is a document available to read on EtoBox.

HTML uses tags and attributes to structure and style text on web pages. Tags identify document elements like headings, paragraphs, and other parts, while attributes provide extra information about tags like color or alignment. A basic HTML document structure includes opening and closing tags for <html>, <head>, <title>, and <body> elements, with the <title> in the <head> and content in the <body>. Comments can also be added with <!--- comment ---> and will not be visible on the rendered page.

Author
Malathi Sankar
Language
EN