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

HTML Tag Classification

The document classifies HTML tags into two main categories: structural and functional. Structural classification includes block-level and inline elements, while functional classification covers various purposes such as content sectioning, text content, inline text semantics, forms and input, multimedia, table content, scripting, and metadata. Each category lists specific HTML tags that serve the respective functions.

Uploaded by

mohan610200
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 views1 page

HTML Tag Classification

The document classifies HTML tags into two main categories: structural and functional. Structural classification includes block-level and inline elements, while functional classification covers various purposes such as content sectioning, text content, inline text semantics, forms and input, multimedia, table content, scripting, and metadata. Each category lists specific HTML tags that serve the respective functions.

Uploaded by

mohan610200
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
You are on page 1/ 1

Classification of HTML Tags

1. Structural Classification
a. Block-level Elements: <div>, <p>, <h1>-<h6>, <section>, <article>, <header>, <footer>, <main>,

<nav>, <ul>, <ol>, <li>

b. Inline Elements: <span>, <a>, <strong>, <em>, <img>, <br>, <label>, <input>

2. Functional Classification
a. Content Sectioning: <header>, <footer>, <nav>, <section>, <article>, <aside>, <main>

b. Text Content: <p>, <h1>-<h6>, <blockquote>, <pre>, <hr>, <br>

c. Inline Text Semantics: <strong>, <em>, <b>, <i>, <mark>, <small>, <sub>, <sup>, <code>,

<span>

d. Forms and Input: <form>, <input>, <textarea>, <select>, <option>, <label>, <button>, <fieldset>,

<legend>

e. Multimedia: <img>, <audio>, <video>, <source>, <track>, <canvas>, <svg>

f. Table Content: <table>, <tr>, <td>, <th>, <thead>, <tbody>, <tfoot>, <caption>, <colgroup>, <col>

g. Scripting: <script>, <noscript>, <template>, <canvas>

h. Metadata: <head>, <title>, <meta>, <link>, <style>, <base>

You might also like