![]() |
![]() |
I. Overview: What are we going to do today?
II. Applying Attributes and Values to Tags
<hr size="5" width="50%" />
<hr width="50%" align="right" />
<hr size="20" width="50%" align="left" />
<hr noshade="noshade" size="10"/>
This text is in the default
font size.
<font size="-2">The -2 relative font size looks like this.</font>
The -2 relative font size looks like this.
<font size="+2">The +2 relative font size looks like this.</font>
The +2 relative font size looks like this.
Instructions for forcing typeface and font size for an entire Web page
EchoEcho HTML Tutorial
Tagging special characters and diacritics in HTML
Quick Guide to DiacriticsFor example, to have an "n" with a tilde in the word Espanol:
EspañolEspañol
3. Manipulating images

To find the
attributes and values for your images, right click on the image and choose "Properties."
<img src="olin.jpg" width="160" height="103" />
<img src="olin.jpg" width="480" height="309" />
c. Aligning text next to
images and Adding alternate text:
Olin & Uris Libraries
First Hands On Session
For RRGGBB color codes, go to:
HTML Guide No. IIb (sample list)
RGB Triplet
Color Chart
Browser-safe color chart [from The Slacker's Guide to HTML]
C. Using an image
instead of a color as a background
Here is an image (blue011.jpg) to use as a background.OUR BLUE IMAGE BACKGROUND PAGE |
Second Hands On Session
2. Determining optimum page size
Web
Style Guide: Page Length
3. Page layout
Web Style Guide: "Chunking"
Third
Hands On Session
Adding relative and internal links to your Web pages
W3C - World Wide Web Consortium Index of Elements
Last updated 12 October 2007 (MOE) |