Teaching Resources

Sized Button Small Sized Button Actual Button Size

Large Sized Button with Border


Text Link to In-line External Graphic

Let's look at a few more style options!

Big and Small Tags
BIG and SMALL- - - Typically increment the current font size by one bigger or one smaller increment (+1 or -1)!


Subscript and Superscript:
22=4
H2SO4 + CO2 = ?
STRIKE tag:
I love teaching!
Underlining (supported by HTML 3.2 and Netscape 3.0):
Saving Private Ryan was an awesome movie.
Three more Latin Entities:
  1. Copyright: © (©):
    Example: ©Yohe Inc.
  2. Copyright Companion Registered Symbol (upper-case R in a circle): ® (®):
    Example: ®Yohe Trademark
  3. Non-breaking space:   ( ):
    Example:      This sentence is indented and all sentences are separated by two spaces.  It used to be a standard to separate sentences with two spaces.  This practice is not as common today!

New horizontal rule lines:
1. noshade
2. adding thickness (size= " ")
3. adding thickness without using the noshade option
4. aligning a rule bar
5. combining size, width and align to create special effects


Okay, you try some!!!!!


More List Attributes:
Creating Squares and Circles in Unordered Lists


Combinations of Symbols

Alternate displays of Ordered Lists:
  1. Item #1
  2. Item #2
  3. Item #3
  4. Item #4
  5. Item #5

Roman Numerals:
  1. Item #1
  2. Item #2
  3. Item #3
  4. Item #4
  5. Item #5

Mixed (Numbers, Letters and Roman Numerals)
  1. Item #1
  2. Item #2
  3. Item #3
  4. Item #4
  5. Item #5
  6. Item #6
  7. Item #7
  8. Item #8
  9. Item #9
  10. Item #10

Creating a different start number for a list:
  1. Item #1
  2. Item #2
  3. Item #3
  4. Item #4
  5. Item #5

Finally, you can give specific values to each item in a list:
  1. Item #1
  2. Item #2
  3. Item #3
  4. Item #4
  5. Item #5


Go Back