A blinking yellow and black-striped banner. A Pikachu waving red marshalling wands. A blinking yellow and black-striped banner.

HTML

This page contains examples of all of the code that I've learned and used so far.

Beginner HTML

Paragraphs and Text Modification

This is my first web page!

This text is italicized.

This text is also italicized.

This text is in bold.

This text is also in bold.

The following text has line breaks, used only when they are a meaningful part of the content (like in addresses or poetry).

In this short Life
That only lasts an hour
How much - how little - is
Within our power
- Emily Dickinson

Lists

A bulleted list:

A numbered list:

  1. Number one
  2. Number two
  3. Number three

A list inside another list:

Links

Where to find the tutorial:

www.htmldog.com

Return to the Testing Grounds.

Tables

Row 1, cell 1 Row 1, cell 2 Row 1, cell 3
Row 2, cell 1 Row 2, cell 2 Row 2, cell 3
Row 3, cell 1 Row 3, cell 2 Row 3, cell 3
Row 4, cell 1 Row 4, cell 2 Row 4, cell 3

Forms

Some random form

Note: It looks the part, but won't do a damned thing.

Name:

Comments:

Are you:

Cool

Super Cool

Awesome

The Best

Intermediate HTML

This web site is about HTML and CSS.

So I asked Bob about quotations on the Web and he said I know as much about quotations as I do about pigeon fancying. Luckily, I found HTML Dog and it said:

blockquote and q are used for quotations. blockquote is generally used for standalone often multi-line quotations whereas q is used for shorter, in-line quotations.

Advanced HTML