Basic HTML Code: A Cheat Sheet for Thimble
Text Tags
<hl></hl> Creates the largest headline
<h6></h6> Creates the smallest headline <b></b> Creates bold text <i></i> Creates italic text
Links
<a href="URL of Webpage">Text of the Hyperlink</a> Creates a hyperlink
Formatting
<p></p> Creates a new paragraph <br> Inserts a line break <hr /> Inserts a horizontal rule
Images
<img src="URL of Photo"> Adds an image <img src="URL of Photo" border="1"> Sets size of border around an image
-Adapted from a guide http://www.webmonkey.com/2010/02/html_cheatsheet/
at
Webmonkey