⤠Like
š Save
š Share
@thedevspaceio
HTML Elements Cheatsheet
šļø HTML Elements Cheatsheet
A quick reference of the most common HTML tags for structuring content, adding media, creating forms, and building interactive web pages.
ā Document structure ā Text content ā Inline text semantics ā Images and media ā Links and navigation ā Lists ā Tables ā Forms ā Semantic elements
#html #elements #tags #frontend #webdev #markup #cheatsheet #coding #webdesign #structure
| Document | ||
|---|---|---|
<html> | <head> | <body> |
<title> | <meta> | <link> |
<script> | <style> | <base> |
| Semantic | ||
<header> | <nav> | <main> |
<section> | <article> | <aside> |
<footer> | <details> | <summary> |
<dialog> | <template> | <slot> |
<portal> | <address> | |
| Text | ||
<h1> - <h6> | <p> | <pre> |
<blockquote> | <q> | <hr> |
<br> | <wbr> | |
| Inline Text Semantics | ||
<a> | <strong> | <em> |
<span> | <div> | <code> |
<abbr> | <time> | <cite> |
<mark> | <small> | <sub> |
<sup> | <del> | <ins> |
<kbd> | <samp> | <var> |
<dfn> | <data> | <bdo> |
<bdi> | <ruby> | <rt> |
<rp> | ||
| Lists and Tables | ||
<ul> | <ol> | <li> |
<table> | <thead> | <tbody> |
<tr> | <th> | <td> |
<caption> | <colgroup> | <col> |
| Media | ||
<img> | <figure> | <figcaption> |
<audio> | <video> | <source> |
<iframe> | <embed> | <object> |
<param> | <canvas> | <svg> |
<math> | <map> | <area> |
| Forms | ||
<form> | <input> | <label> |
<textarea> | <button> | <select> |
<option> | <optgroup> | <fieldset> |
<legend> | <output> | <progress> |
<meter> | <datalist> | |
Full-Stack AI Developer Roadmap
From HTML & CSS to working with AI models, all in one structured roadmap.
www.thedevspace.io