Text tags emphasize with italics emphasize with bold largest headline second largest headline smallest headline numbers 1-7 to determine size set font color w / name or hex code insert codes title="?" alt="?" image tags embed an image name an alternate name for an image table tags create a table create a header row create a row sets the table border sets the spacing around cells create a footer row insert line break; no closing tag create a blockquote special characters " " and @ EUR (
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
172 views1 page
Blogging HTML Cheat Sheet
Text tags emphasize with italics emphasize with bold largest headline second largest headline smallest headline numbers 1-7 to determine size set font color w / name or hex code insert codes title="?" alt="?" image tags embed an image name an alternate name for an image table tags create a table create a header row create a row sets the table border sets the spacing around cells create a footer row insert line break; no closing tag create a blockquote special characters " " and @ EUR (
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1
htmlcheat sheet
<html tags are made up of elements, which are described by attributes with variable values>
text tags image tags
<em></em> emphasize with italics <img src="URL"> embed an image
<strong></strong> emphasize with bold title="?" name an image
<h1></h1> largest headline alt="?" an alternate name for an image
<h2></h2> second largest headline
<h6></h6> smallest headline
table tags <font size="?"> numbers 1-7 to determine size <table></table> create a table <font color="?"> set font color w/ name or hex code <th></th> create a header row <sub></sub> subscripts1 <tr></tr> create a row <sup></sup> superscripts1 <td></td> create a cell <del></del> strikethrough <table border="?"> sets the table border <code></code> insert codes <table cellspacing="?"> sets the spacing around cells
<tfoot></tfoot> create a footer row
section tags rowspan="?" a cell that spans multiple rows
<p></p> paragraphs colspan="?" a cell that spans multiple columns
<p align="?"> set the alignment of a paragraph
<br/> insert line break; no closing tag
<blockquote> special characters*
create a blockquote </blockquote> " " quotation mark <ol></ol> numbered list & & ampersand <ul></ul> bulleted list < < less than <il></il> individual items in a list > > greater than <div align="?"> set the alignment of a section @ @ "at" symbol