HTML Cheat Sheet
HTML Cheat Sheet
<html>
<head>
<title>website title</title>
</head>
<body>
content of website ...
</body>
</html>
Text Formatting:
● <h?> ... </h?> Heading (?= 1 for largest to 6 for smallest, eg h1)
● <b> ... </b> Bold Text
● <i> ... </i> Italic Text
● <u> ... </u> Underline Text
● <strong> ... </strong> Strong - Shown as Bold in most browsers
● <em> ... </em> Emphasis - Shown as Italics in most browsers
Linking Tags:
Tables:
Miscellaneous Tags: