*HTML cheat sheet* 1 - Text formatting * Paragraph tags define the start and end of each paragraph,

paragraph text

* Bold tags create bold text or strong text. Both tags do pretty much the same thing, though is preferred by standards. * Italics tags create italicized text or emphasized text. Both tags do pretty much the same thing, though is preferred by standards. * Underline tags create underlined text. * Blockquote tags create
quoted text that can run as long as you like, until you close the quote section with a close tag
. * Strikethrough tags create struck text. 2 - Headings * Headings are for page titles, section heads and subheads and work hierarchically, with formatting controlled and applied to them by a style sheet.

heading one

heading two

heading three

heading four

3 - Links (anchor) * Links are created by the anchor tag, which creates a hypertext reference (href) to a location for the link to point to this is a link to THINK SALMON * The anchor tag also allows for additional attributes, such as the title attribute, which adds a description to the link so when you hover your mouse over the link a text box pops up to tell you about the page the link points to this is a link to THINK SALMON with a title attribute added. * There are more attributes you can add to anchor tags if you need 4 - Images * Images are placed on the page by referencing them from a specific place and then defining how they'll be placed on the page * Images have to be formatted and optimized and available on a web server before they can be referenced by an image tag and pulled onto a web page * Like anchor tags, image tags can also contain additional attributes, such as a title attribute, just like an anchor tage, and alt attribute which displays text to compliment and describe the image Tomato salad from Flickr that was delicious to eat 5 - Lists * There are two basic types of lists: ordered (numbered) lists and unordered (bulleted) lists * There are two types of list tags. Both of them work in pairs. The list type open and close tags start and end the list and the list item open and close tags start and end each item on the list. * Bulleted list (unordered) * Numbered list (ordered)
  1. list item one
  2. list item two
  3. list item three, and this can go on forever
End. This has been a Work Industries output: www.iworkindustries.com Any questions or comments? Please send them to James Sherrett at james@iworkindustries.com.