Aug 26, 2024
<html>
tag<head>
and <body>
<title>
: Name of the page<h1>
, <p>
<h1>
, <h2>
)<ol>
) and unordered (<ul>
) lists<dl>
) for terms and descriptions<
, >
, ©
)<header>
, <footer>
, <section>
, <article>
, <aside>
)<a>
for navigation<img>
with attributes like src
, alt
loading="lazy"
for performanceaction
, method
label
for every input<table>
, <thead>
, <tbody>
, <tfoot>
<th>
for headers, <td>
for data