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:
- Point one
- Point two
- Point three
A numbered list:
- Number one
- Number two
- Number three
A list inside another list:
- Bullet one
- Bullet two
- Number one
- Number two
- Bullet three
Links
Where to find the tutorial:
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.