Ordered List
My Virtual University classes are:
- HTML 1: Web Page Design for Beginners
- Surviving the Internet: Part 1
- Surviving the Internet: Part 2
Unordered List
It is possible to add bullets to your web page by using the unordered list as follows:
My favorite HTML reference pagesBits and Pieces http://vu.org/htmlzone/bp.html Wilbur - HTML 3.2 http://www,gtnkgeko,cin.referebce.wukbyr.html Otmar's List of HTML Tagshttp://www.cosy.sbg.ac.at/~lendl/tags.html
Descriptive List
The descriptive list is very useful for presenting terms followed by definitions of the terms. It is useful in creating glossaries and bibliographies. This is demonstrated by the following short example.
Here are three tools that add emphasis to your Web Page:
- Bold:
- The bold tag set <b> </b> emphasises the importance of the text.
- Italics
- The italics tag set <b> </b> visually sets the selected text apart.
- Underline
- The underline tag set <b> </b> underscores the selected the text.
Left and right single quotes &lsquo &rsquo (written as &lsquoand&rsquo respectively)
left and right double quotes   &ldquo &rdquo (written as &ldquoand&rdquo respectively)
Upward, downward left and right arrows &uarr &darr &larr &rarr (written as &uarr, &darr, &larr and &rdquo respectively)
Space (written as  )
Left and right parenthesis ( ) (written as ()
Greater-than and lesser-than signs < > (written as (
Standard Character Entities http://webmonkey.wired.com/webmonkey/reference/This reference has sections on Java Script Code, an HTML Cheat Sheet, Special Characters, Color Codes, Windows Broser Chart, Stylesheet Guide, and a Unix Reference Guide.
< a href="http://www.gocities.yahoo.crazyabouthtml.html" > My Web Page <a> shows up as My Web Page
< a href="notebook1.html" > Week One < a> shows up as Week One
Step 1: Create a link to another page:Step 2: Create an anchor link at the spot on the page you want to "jump to":< a href="notebook1.html#tables > Go to Examples of Tables in Notebook 1 </a> shows up as Go to Examples of Tables in Notebook 1
Next to "Tables" on Notebook 1 place this anchor:
> < a name="tables" > </a>
Go ahad and test the link in part 1 above.
Week One
Week Three
Week Four
Back to index