Formatting

Basics

b - bold

i - italics

s - strikethrough

Advanced

strong - important text (bold is generally highlighted text)

em - empasized text

cite - title of work - Unnormal School Day

mark - highlighted text

abbr - abbreviation - HTML

hr - "long line", thematic change in content


Tables, lists

  1. ol - ordered list
  2. second item
  3. third item
tr th td
Table Row Table Head Table Cell
dl
definition list
dt
definition term
dd
definition

Preformatted Text

pre - preformatted text:

I can write this text
exactly how I want
without being tied to lines
so I can be up front

kbd - keyboard keys - F12

code - printf("Hello world");

samp - sample output - Hello world

var - variable


Quoting

q - quotation - This is good said Alice.

blockquote

let the games be good

del and ins - deleted and inserted text


NEXT PAGE