| Tag |
How to use it |
What it looks like |
| Organize text with paragraphs, line breaks, and horizontal lines |
| <P> |
Schedule changes will be posted here.<P>Email me if you will be absent. |
Schedule changes will be posted here. Email me if you will be absent. |
| <BR> |
Schedule changes will be posted here.<BR>Email me if you will be absent. |
Schedule changes will be posted here. Email me if you will be absent. |
| <HR> |
Schedule changes will be posted here.<HR>Email me if you will be absent. |
Schedule changes will be posted here. Email me if you will be absent. |
| Make headlines, big or small |
| <h1></h1> |
<h1>Our Schedule</h1> |
Our Schedule |
| <h2></h2> |
<h2>Our Schedule</h2> |
Our Schedule |
| Emphasize words with bold, italic and underlined type |
| <b></b> |
<b>Please do not phone after 8 p.m.</b> |
Please do not phone after 8 p.m. |
| <i></i> |
<i>Please do not phone after 8 p.m.</i> |
Please do not phone after 8 p.m. |
| <u></u> |
<u>Please do not phone after 8 p.m.</u> |
Please do not phone after 8 p.m. |
Create numbered or bulleted lists
For a numbered list, begin with the <ol> tag ("ol" = "ordered list"). For a bulleted list, begin with the <ul> tag ("ul" = "unordered list"). In either case, each item in the list should have the <li> tag at the beginning and </li> at the end of the item. |
<ol></ol> <li></li> |
If you wish to go on this trip: <ol>
<li>Notify us ASAP by email</li>
<li>Send check 2 weeks before event</li>
</ol> |
If you wish to go on this trip:
- Notify us ASAP by email
- Send check 2 weeks before event
|
<ul></ul> <li></li> |
If you wish to go on this trip: <ul>
<li>Notify us ASAP by email</li>
<li>Send check 2 weeks before event</li>
</ul> |
If you wish to go on this trip:
- Notify us ASAP by email
- Send check 2 weeks before event
|
Insert links to other Web pages
You use links all the time to get around wwptoday.com and the rest of the Web. Making links is harder than tagging headlines and paragraphs, but not by much. |
| <A HREF></A> |
Explore the <A HREF="http://www.exploratorium. edu/hockey/">science of hockey</A> |
Explore the science of hockey |
Add photos and illustrations
First you'll need to get the photo or illustration in gif or jpg file format. Most scanners don't output this format, so you'll need software to convert the files. Once you've got the right format, upload it via your good old wwptoday home page manager. Then place it where you want it on your page with the <IMG> tag.
For free sources of image conversion software and other information about posting photos and illustrations, you might want to look at this CNET page.
|
| <IMG SRC=""> |
<IMG SRC="logo.gif"> |
 |