HTML Cheat Sheet - A Simple Guide To HTML
HTML Cheat Sheet - A Simple Guide To HTML
What is “html”? What are “tags”? - Perhaps check out where to start or what is html first :-)
<html>
<head>
<title>website title</title>
</head>
<body>
content of website ...
</body>
</html>
Samsung Wall Charger for Samsung Galaxy S23 Samsung 45W Travel
Super Fast Charging (25W) Ultra S Pen Adapter
₱949 ₱2,890 ₱2,999
<h?> ... </h?> Heading (?= 1 for largest to 6 for smallest, eg h1)
<b> ... </b> Bold Text
<i> ... </i> Italic Text
<u> ... </u> Underline Text
www.simplehtmlguide.com/cheatsheet.php 1/6
5/25/23, 10:23 AM HTML Cheat Sheet - A Simple Guide to HTML
<strike> ... </strike> Strikeout
<sup> ... </sup> Superscript - Smaller text placed below normal text
<sub> ... </sub> Subscript - Smaller text placed below normal text
<small> ... </small> Small - Fineprint size text
<tt> ... </tt> Typewriter Text
<pre> ... </pre> Pre-formatted Text
<blockquote> ... </blockquote> Text Block Quote
<strong> ... </strong> Strong - Shown as Bold in most browsers
<em> ... </em> Emphasis - Shown as Italics in most browsers
<font> ... </font> Font tag obsolete, use CSS. (*)
www.simplehtmlguide.com/cheatsheet.php 2/6
5/25/23, 10:23 AM HTML Cheat Sheet - A Simple Guide to HTML
<dd> ... </dd> Detailed Definition of term
Samsung Wall Charger for Samsung 10,000mAh Battery Samsung 10,000mAh Battery Samsung 45W Travel
Super Fast Charging (25W) Pack Pack Adapter
₱949 ₱2,090 ₱2,090 ₱2,999
www.simplehtmlguide.com/cheatsheet.php 3/6
5/25/23, 10:23 AM HTML Cheat Sheet - A Simple Guide to HTML
<noframes> ... </noframes> Unframed content (for browsers not supporting frames)
www.simplehtmlguide.com/cheatsheet.php 4/6
5/25/23, 10:23 AM HTML Cheat Sheet - A Simple Guide to HTML
background="url" Background Image (*)
bgcolor="#??????" Background Colour (*)
text="#??????" Document Text Colour (*)
link="#??????" Link Colour (*)
vlink="#??????" Visited Link Colour (*)
alink="#??????" Active Link Colour (*)
bgproperties="fixed" Background Properties - "Fixed" = non-scrolling watermark (*)
leftmargin="?" Side Margin Size in Pixels (Internet Explorer) (*)
topmargin="?" Top Margin Size in Pixels (Internet Explorer) (*)
Essential Tags
The Basics
Section Divisions
Images
Linking Tags
Lists
Tables
Frames
Forms
Special Characters
Miscellaneous
www.simplehtmlguide.com/cheatsheet.php 5/6
5/25/23, 10:23 AM HTML Cheat Sheet - A Simple Guide to HTML
www.simplehtmlguide.com/cheatsheet.php 6/6