Sep 8, 2024
.html
extension (e.g., index.html
).index.html
.<!DOCTYPE html>
declaration at the top.<html>
, <head>
, and <body>
tags.<br />
).<h1>
to <h6>
, with <h1>
being the largest.<p>
tags.<ul>
) and ordered list (<ol>
).<table>
, <tr>
, <th>
, <td>
for table creation.<form>
, <input>
, <label>
, <textarea>
, <select>
tags.href
, src
, alt
, and target
for links and images.<header>
, <nav>
, <section>
, <article>
, <aside>
, <footer>
.<meta>
for description and keywords.