Cheat sheet: HTML - gouravtiwari/huddle-skeleton GitHub Wiki

HTML

  • Show text in different fonts use ‘h’ tags, e.g h1:<h1>Big</h1>,h2:<h2>Medium</h2>,h3:<h3>Small</h3>

  • Show a section of document in div: <div>Section</div>

  • Create lists: <ul><li>item1</li>.…</ul>

  • Add images: <img src=“image/path”/>

  • Use class=“thumbnail” to style thumbnail images

  • Use <a href=“link-path”>Link</a> to link

⚠️ **GitHub.com Fallback** ⚠️