for largest headings and
for smallest, as well as tags for bold, italics, paragraphs, and line breaks. Link tags are demonstrated using the tag and hyperlink URL. Image tags are shown for inserting images with optional border size. The information comes from an HTML cheatsheet guide on the Webmonkey website."> for largest headings and
for smallest, as well as tags for bold, italics, paragraphs, and line breaks. Link tags are demonstrated using the tag and hyperlink URL. Image tags are shown for inserting images with optional border size. The information comes from an HTML cheatsheet guide on the Webmonkey website.">
Nothing Special   »   Address: [go: up one dir, main page]

Basic HTML Code: A Cheat Sheet For Thimble: Text Tags

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 1

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

You might also like