ā¤ Like
šŸ”– Save
šŸ”— Share
@thedevspaceio
@thedevspaceio

HTML Elements Cheatsheet

@thedevspaceio

šŸ—ļø 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.

@thedevspaceio
www.thedevspace.io