Presenting Mathematical Concepts on the World Wide Web
Think Visually: Screen vs. Page Design
HTML Design Issues
A Few Common HTML Errors:
- Remember the close-quote in HREF links.
- Avoid spaces immediately after
<LI>
or <DD>
tags.
- Spaces adjacent to
<A>...</A>
should be outside those tags, not inside.
- Use
<DD>
only inside of <DL>
lists.
- Use
<LI>
only inside of <UL>
or <OL>
lists.
- Use
&
for the "&" character.
- Use
<
and >
for the "<" and ">" characters.
- Use the
<FONT>
tag (not<Hn>
) to modify font size.
- Don't put tags inside of comments.
- Worshop participants are welcome to offer other suggestions.
Next: Your assignment for this section.
Back: HTML Design & Format Issues
Up:
Think Visually: Screen vs. Page Design
Presenting Mathematical Concepts on the World Wide Web.
Copyright © 1997 by
Carol Scheftic.
All rights reserved.
(This course is based on a workshop originally offered at
The Geometry Center
and adapted with permission.)
Please send comments on this page,
or requests for permission to re-use material from this page, to:
scheftic@geom.umn.edu
Page established 1-Jun-97;
last updated Sunday, 13-Jul-1997 20:36:19 CDT.