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

HTML Tags Reference

This document provides a categorized reference of HTML tags, including sections for Document & Root, Metadata & Head, Sectioning & Layout, and more. Each category lists relevant HTML elements, such as <header>, <nav>, <form>, and <table>. Additionally, it notes deprecated tags and introduces web components.

Uploaded by

rabbirafi1015
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)
7 views2 pages

HTML Tags Reference

This document provides a categorized reference of HTML tags, including sections for Document & Root, Metadata & Head, Sectioning & Layout, and more. Each category lists relevant HTML elements, such as <header>, <nav>, <form>, and <table>. Additionally, it notes deprecated tags and introduces web components.

Uploaded by

rabbirafi1015
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

■ Complete HTML Tag Reference (Categorized)

■ Document & Root


<!DOCTYPE>, <html>, <head>, <title>, <body>

■ Metadata & Head


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

■ Sectioning & Layout


<header>, <nav>, <section>, <article>, <aside>, <main>, <footer>, <address>

■ Content Grouping
<div>, <p>, <hr>, <pre>, <blockquote>, <figure>, <figcaption>, <details>, <summary>

■ Headings
<h1>, <h2>, <h3>, <h4>, <h5>, <h6>

■ Text & Inline


<span>, <br>, <wbr>, <b>, <strong>, <i>, <em>, <u>, <mark>, <small>, <sub>, <sup>, <abbr>, <dfn>,
<code>, <samp>, <kbd>, <var>, <time>, <data>, <cite>, <bdo>, <bdi>, <q>, <s>, <del>, <ins>

■ Lists
<ul>, <ol>, <li>, <dl>, <dt>, <dd>

■ Links
<a>, <link>

■ Media
<img>, <picture>, <source>, <map>, <area>, <audio>, <video>, <track>, <embed>, <object>,
<param>, <iframe>, <canvas>, <svg>, <math>
■ Forms
<form>, <input>, <textarea>, <button>, <select>, <optgroup>, <option>, <label>, <fieldset>, <legend>,
<datalist>, <output>, <meter>, <progress>

■ Tables
<table>, <caption>, <thead>, <tbody>, <tfoot>, <tr>, <th>, <td>, <colgroup>, <col>

■ Interactive
<dialog>, <menu>, <menuitem>, <slot>, <template>

■ Ruby Annotation
<ruby>, <rt>, <rp>

■ Deprecated / Obsolete
<acronym>, <applet>, <basefont>, <bgsound>, <big>, <center>, <font>, <frame>, <frameset>,
<noframes>, <marquee>, <strike>, <tt>, <blink>, <isindex>

■ Web Components
<shadow>, <content>, <custom-element> (example: <my-component>)

You might also like