Learn and Explore HTML as a Beginner
<p>content</p> p tag => paragraph <b>content</b> b tag => bold <strong>content</strong> strong => bold (semantic) <i>content</i> i tag => italic <small>content</small> small tag => make text smaller <em>content</em> em tag => emphasis <h1>content</h1...
Aug 25, 20234 min read3