HTML Tags Uses
HTML Tags Uses
3. Formatting Tags
<b>: Bold text
<i>: Italic text
<u>: Underline text
<strong>: Bold with semantic meaning
<em>: Italic with emphasis
5. List Tags
<ul>: Unordered list (bullets)
<ol>: Ordered list (numbering)
<li>: List item
6. Table Tags
<table>: Defines a table
<tr>: Defines a row in a table
<td>: Defines a cell in a table
<th>: Defines a table heading
7. Form Tags
<form>: Creates a form
<input>: Takes user input
<label>: Defines a label for an input field
<button>: Creates a button
<textarea>: Defines a multi-line text input
<select>: Creates a dropdown list
<option>: Defines options in a dropdown
8. Semantic Tags
<header>: Defines a header section
<nav>: Defines navigation links
<section>: Defines a section
<article>: Defines an article
<aside>: Defines sidebar content
<footer>: Defines a footer section
9. Media Tags
<audio>: Embeds an audio file
<video>: Embeds a video file
<source>: Defines multiple media sources