Basic HTML Code: A Cheat Sheet For Thimble: Text Tags
Basic HTML Code: A Cheat Sheet For Thimble: Text Tags
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
at
Webmonkey