Difference between revisions of "HTML"

(I know, I cheated on the last one)
 
m (category)
Line 1: Line 1:
 +
[[Category:How-To]]
 
Ever wish you could make some words italicized without it showing up like [i]this[/i]? Here are a few helpful hints. Please use text beautification with discretion.
 
Ever wish you could make some words italicized without it showing up like [i]this[/i]? Here are a few helpful hints. Please use text beautification with discretion.
  

Revision as of 20:00, May 2, 2006

Ever wish you could make some words italicized without it showing up like [i]this[/i]? Here are a few helpful hints. Please use text beautification with discretion.

Some HTML tags

<b>This is bold.</b>

<i>This is italicized.</i>

<blockquote>This will offset text, like a quotation.</blockquote>

<font color="red">This will make your font red.</font>

<font face="Comic Sans MS">This will change your font.</font>

<font size="5">This will make your text big.</font>

<a href="http://wso.williams.edu">This links to WSO.</a>

Some examples

The lines above will appear as follows:

This is bold.

This is italicized.

This will offset text, like a quotation.

This will make your font red.

This will change your font.

This will make your text big.

This links to WSO.