Aug 9, 2024
<!DOCTYPE html>
<html>
<head>
<body>
<h1>
to <h6>
for different levels of headings.<p>
for text paragraphs.<a>
for hyperlinks.<img src="..." alt="...">
for displaying images.<ul>
and list item <li>
.<ol>
and list item <li>
.<table>
, <tr>
, <td>
for creating tables.<form>
, <input>
, <textarea>
, <select>
, etc.
<iframe>
to embed another webpage within your page.<video>
to embed videos with attributes for controls and autoplay.<audio>
to embed audio files.<header>
, <footer>
, <section>
, <article>
, <aside>
for better structure and meaning.