0% found this document useful (0 votes)
6K views

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

This document provides a cheat sheet of basic HTML tags for formatting text, adding links, formatting pages, and inserting images. It lists common text tags like <h1> for largest headings and <h6> for smallest, as well as tags for bold, italics, paragraphs, and line breaks. Link tags are demonstrated using the <a> 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.

Uploaded by

KevinHodgson
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6K views

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

This document provides a cheat sheet of basic HTML tags for formatting text, adding links, formatting pages, and inserting images. It lists common text tags like <h1> for largest headings and <h6> for smallest, as well as tags for bold, italics, paragraphs, and line breaks. Link tags are demonstrated using the <a> 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.

Uploaded by

KevinHodgson
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 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