0% found this document useful (0 votes)
5 views1 page

Comprehensive Guide to HTML Tags

The document provides a comprehensive list of HTML tags categorized into various types, including structure, text formatting, links and media, lists, tables, forms, semantic tags, layout tags, style and script tags, embed tags, SVG tags, canvas tag, and other HTML tags. Each category contains specific tags that serve different functions in HTML. This serves as a reference for understanding the purpose and usage of different HTML elements.

Uploaded by

prachi9shine
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)
5 views1 page

Comprehensive Guide to HTML Tags

The document provides a comprehensive list of HTML tags categorized into various types, including structure, text formatting, links and media, lists, tables, forms, semantic tags, layout tags, style and script tags, embed tags, SVG tags, canvas tag, and other HTML tags. Each category contains specific tags that serve different functions in HTML. This serves as a reference for understanding the purpose and usage of different HTML elements.

Uploaded by

prachi9shine
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

FULL HTML TAGS NOTES

STRUCTURE TAGS:
<!DOCTYPE>, <html>, <head>, <title>, <body>
TEXT FORMATTING TAGS:
<h1> to <h6>, <p>, <br>, <hr>, <b>, <i>, <u>, <strong>, <em>, <mark>, <small>, <sup>, <sub>
LINK & MEDIA TAGS:
<a>, <img>, <video>, <audio>, <source>, <track>, <picture>, <map>, <area>
LIST TAGS:
<ul>, <ol>, <li>, <dl>, <dt>, <dd>
TABLE TAGS:
<table>, <tr>, <th>, <td>, <thead>, <tbody>, <tfoot>, <caption>, <col>, <colgroup>
FORM TAGS:
<form>, <input>, <textarea>, <select>, <option>, <button>, <label>, <fieldset>,
<legend>, <datalist>, <optgroup>
SEMANTIC TAGS:
<header>, <footer>, <section>, <article>, <aside>, <nav>, <main>, <figure>, <figcaption>,
<details>, <summary>, <time>, <address>
STRUCTURE & LAYOUT TAGS:
<div>, <span>
STYLE & SCRIPT TAGS:
<style>, <script>, <noscript>, <link>, <meta>
EMBED TAGS:
<iframe>, <embed>, <object>, <param>
SVG TAGS:
<svg>, <circle>, <rect>, <line>, <polyline>, <path>, <text>
CANVAS TAG:
<canvas>
OTHER HTML TAGS:
<abbr>, <bdi>, <bdo>, <cite>, <code>, <data>, <dfn>, <kbd>, <q>, <s>, <samp>, <var>, <wbr>,
<rp>, <rt>, <ruby>

You might also like