Mt. SAC Important Message

New Numbers, Same Classes! Some of our most important general education classes have new course numbers and names effective this Fall. Don't miss your GE requirements and read your Mountie email for more information!

Menu

HTML Tags

Here's a list of some HTML tags.

Anchor

Anchor example: https://www.mtsac.edu/webdesign/html.html#anchor

<a id="anchor"></a>
<div id="anchor"></div>

Acronym or Abbreviation 'abbr'

Abbreviation Tag: OU

<abbr title="Omni Update">OU</abbr>

Superscript Text 'sup'

Footnotes, exponents, ordinal suffix
sup example: 10th

10<sup>th</sup>

Subscript 'sub'

sub example: H20

H<sub>2</sub>0

Fractions

  • ½
    &frac12;
  • &frac13;
  • &frac23;
  • ¼
    &frac14;
  • ¾
    &frac34;
  • &frac15;
  • &frac25;
  • &frac35;
  • &frac45;
  • &frac16;
  • &frac56;
  • &frac17;
  • &frac18;
  • &frac38;
  • &frac58;
  • &frac78;