Ed Harcourt
This is my first CS140 web page.
An unordered list
- A list item
- A second item
An ordered list
- A numbered item
- A bold word
-
An italicized word
- A bold italicized
word
- A fixed-width font
- another
fixed-width tag
- superscipts y=x2
- subscripts y=xa
- y=xza
- A link to
Amazon
-
Use an HTML entity to get special characters.
The Greek letter alpha α Α β
-
a small "a" with a little circle over the top
å
-
The pre tag preserves whitespace. I use this all the time
to format code.
void f()
{
while(true)
{
x = x + 1;
}
}
A clickable image
Tables
Complex Tables
| CS 332 Grades |
| |
Name |
Grades |
|
Last |
First |
Exam 1 |
Exam 2 |
| Undergrads |
Snaglefuss |
Poindexter |
87 |
92 |
| Poppleflob |
Gertrude |
89 |
76 |
| Graduates |
Appletop |
Ernest |
88 |
99 |
| Zingleflick |
Hortense |
82 |
83 |
| Darchy |
Archie |
77 |
66 |