Some numbers: 1+1=2 < 3
The use of paragraphs is mandatory.
Useful information (if you want to jump ahead click here)
Here's a line.
Lists
Roman numerals:
Here are some definitions
An example for a table:
| This is the first column | This is the second |
|---|---|
| a | b |
| 2 wide cell | |
| c | d |
| d | |
The truth table of AND.
| 1 | 0 | |
|---|---|---|
| 1 | 1 | 0 |
| 0 | 0 | 0 |
Local reference to the picture:
This uses a global reference:
Validator. Here you can check if your webpage is W3C valid or not.
Writing anything between < pre > and < /pre > is manual formatted. This is a Maple code:
> l:=[]:
for i from 1 to 5 do
x:=(rand() mod 90) + 1:
while member(x,l) do
x:=(rand() mod 90) + 1:
printf("%d ",x):
end do:
l:=[op(l),x]:
end do:
l;