Lorem ipsum dolor sit amet, consectetur adipiscing elit. Test link

html guide

Document Structure

  • <html>
  • <head>
  • <title>
  • <meta>
  • <link>
  • <body>
  • <style>

Text Formatting

  • <p>
  • <hr>
  • <br>
  • <pre>
  • <blockquote>
  • <ol>
  • <ul>
  • <li>
  • <dl>
  • <dt>
  • <dd>

Inline Elements

  • <a>
  • <abbr>
  • <acronym>
  • <b>
  • <cite>
  • <code>
  • <em>
  • <i>
  • <kbd>
  • <strong>
  • <sub>
  • <sup>
  • <time>
  • <var>

Images and Media

  • <img>
  • <audio>
  • <video>

Forms

  • <form>
  • <input>
  • <label>
  • <textarea>
  • <button>
  • <select>
  • <option>

Tables

  • <table>
  • <caption>
  • <thead>
  • <tbody>
  • <tfoot>
  • <tr>
  • <th>
  • <td>

Lists

  • <ul>
  • <ol>
  • <li>
  • <dl>
  • <dt>
  • <dd>

Scripting

  • <script>

Semantic Elements

  • <header>
  • <footer>
  • <nav>
  • <aside>
  • <section>
  • <article>
  • <main>
  • <figure>
  • <figcaption>
  • <details>
  • <summary>
  • <mark>
  • <progress>
  • <meter>

Post a Comment