pg. 10
Introduction to HTML 1
Tags - An Exercise
Note we are leaving out the Document Type Definition (DTD)!
- Open Wordpad.
- Open the document.
- Type <html>.
- Open the Head.
- Type <head>.
- Start the title.
- Type <title>
- Enter a title for your page.
- Close the title.
- Type </title>
- Close the head.
- Type </head>
- Open the body of the page.
- Type <body>
- Put some text on the page, such as your name, department,
office, job title. Any or all, as much or as little as you like.
- Close the body.
- Type </body>
- Close the page. </html>
- Save the page on your desktop.
- Open your browser of choice, and locate you page using the Open item from the file menu.
This is a simple page, the more you learn, the more you can do.
Title page |
1 |
2 |
3 |
4 |
5 |
6 |
7 |
8 |
9 |
10 |
11 |
12 |
13 |
14 |
15 |
16 |
17