HTML Tags

Tags are the building blocks of HTML. They come in pairs, with an opening tag (e.g., <p>) and a closing tag (e.g., </p>). The content between the opening and closing tags is the element's content.

Common HTML Tags:

  • Text: <p>, <h1>, <h2>, <h3>, <h4>, <h5>, <h6>, <span>, <pre>
  • Images: <img>
  • Links: <a>
  • Lists: <ul>, <ol>, <li>
  • Tables: <table>, <tr>, <th>, <td>
  • Forms: <form>, <input>, <label>, <button>
  • Divisions: <div>

Previous     Next

Use the Search Bar to find content on MarketingMind.