HTML Tag Classification
HTML Tag Classification
1. Structural Classification
a. Block-level Elements: <div>, <p>, <h1>-<h6>, <section>, <article>, <header>, <footer>, <main>,
b. Inline Elements: <span>, <a>, <strong>, <em>, <img>, <br>, <label>, <input>
2. Functional Classification
a. Content Sectioning: <header>, <footer>, <nav>, <section>, <article>, <aside>, <main>
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>
f. Table Content: <table>, <tr>, <td>, <th>, <thead>, <tbody>, <tfoot>, <caption>, <colgroup>, <col>