• How to write HTML: <tag>Content Here</tag>

  • HTML elements require a starting tag and closing tag

    • <tag> - starting tag

    • </tag> - ending tag

  • Some “standalone” elements (e.g. <img />,
    <br />, <hr />) do not have a closing tag.

  • Content goes between starting and closing tags