Ed Harcourt

This is my first CS140 web page.

An unordered list

An ordered list

  1. A numbered item
  2. A bold word
  3. An italicized word
  4. A bold italicized word
  5. A fixed-width font
  6. another fixed-width tag
  7. superscipts y=x2
  8. subscripts y=xa
  9. y=xza
  10. A link to Amazon
  11. Use an HTML entity to get special characters. The Greek letter alpha α Α β
  12. a small "a" with a little circle over the top å
  13. The pre tag preserves whitespace. I use this all the time to format code.
                    void f() 
                    {
                       while(true) 
                       {
                          x = x + 1;
                       }
                    }
                

A clickable image

A picture of a fish

Tables

one two
three four

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