- list item 1
- list item 2
This is a hyperlink to Google.
Images are like hyperlinks, but with an exclamation mark in front of them:
Tables | Are | Cool |
---|---|---|
col 3 is | right-aligned | $1600 |
col 2 is | centered | $12 |
zebra stripes | are neat | $1 |
var hello = function () {
// say hello
alert('Hello world!');
}