CS351 |web site development
  • outline
  • projects
  • syllabus
  • links

Character Styles



There are a number of character styles you can use in HTML. Below are a few of them. Select the "Try IT" link to see what it looks like. See the class text book for a more complete listing.

Bold

To create bold text, surround it by the < b > &lt /b > tags as shown below:
Butch is a <b > Great &lt /b > dog

Try IT




Italics

To create italics text, surround it by the < i > &lt /i > tags as shown below:
Butch is a <i > Great &lt /i > dog

Try IT




Emphasized, Strong

To create emphasized text, surround it by the < EM > &lt /EM > tags. To create strong text, surround it by < STRONG > &lt /STRONG > tags.


Back

cs351: web site development

  • home
  • outline
  • projects
  • syllabus
  • links