0% found this document useful (0 votes)
3 views2 pages

HTML Structure and Formatting Guide

The document outlines various HTML tags categorized into sections such as Basic Structure, Text Formatting, Links & Media, Grouping & Containers, Lists, Tables, Forms, Meta & Head, Semantic HTML5, and Deprecated Tags. Each category includes specific tags and their purposes, providing a comprehensive overview of HTML elements. This serves as a reference for understanding the structure and formatting capabilities of HTML.

Uploaded by

mayankdhodi029
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views2 pages

HTML Structure and Formatting Guide

The document outlines various HTML tags categorized into sections such as Basic Structure, Text Formatting, Links & Media, Grouping & Containers, Lists, Tables, Forms, Meta & Head, Semantic HTML5, and Deprecated Tags. Each category includes specific tags and their purposes, providing a comprehensive overview of HTML elements. This serves as a reference for understanding the structure and formatting capabilities of HTML.

Uploaded by

mayankdhodi029
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Basic Structure Tags

- <!DOCTYPE html> - Declares the HTML version


- <html> - Root element
- <head> - Metadata container
- <title> - Document title
- <body> - Main content

Text Formatting Tags

- <h1> to <h6> - Headings


- <p> - Paragraph
- <br> - Line break
- <hr> - Horizontal line
- <strong>, <b> - Bold
- <em>, <i> - Italic
- <u> - Underline
- <small>, <mark>, <sub>, <sup> - Other formatting
- <blockquote>, <pre>, <code> - Quotes and code

Links & Media

- <a> - Hyperlink
- <img> - Image
- <video>, <audio> - Media files
- <source>, <iframe>, <embed>, <object>, <param>

Grouping & Containers

- <div> - Block container


- <span> - Inline container
- <section>, <article>, <aside>, <header>, <footer>, <nav>

Lists

- <ul>, <ol>, <li> - Lists


- <dl>, <dt>, <dd> - Definition lists

Tables

- <table>, <tr>, <td>, <th>, <thead>, <tbody>, <tfoot>


- <caption>, <col>, <colgroup>

Forms

- <form>, <input>, <textarea>, <button>, <select>, <option>, <label>


- <fieldset>, <legend>, <datalist>, <output>

Meta & Head

- <meta>, <link>, <style>, <script>, <base>

Semantic HTML5

- <main>, <figure>, <figcaption>, <details>, <summary>, <time>

Deprecated Tags

- <font>, <center>, <marquee>, <big>, <tt>

You might also like