|
So, you want to make a Web Page! INDEX & Quick Reference |
|
| Basic Document Structure | |
<HTML> <HEAD> <TITLE>My big ole bad page!</TITLE> </HEAD> <BODY> Hello Joe! </BODY> </HTML> | |
| Basic Text Formatting | |
| Make text bold: <B>Sample</B> | |
| Make text italics: <I>Sample</I> | |
| Make text underlined: <U>Sample</U> | |
| Monospaced text: <TT>Sample</TT> | |
| Change font size (sizes:1-7) <FONT SIZE=5>Sample</FONT> | |
| Change the font name (face) <FONT FACE="fontname1,fontname2,etc">Sample</FONT> | |
| Change the font color <FONT COLOR="#0000FF">Sample</FONT> | |
|
Section headings (1-6): <H1>Sample</H1>
Align the section heading: <H1 ALIGN="center">Sample</H1> | |
|
Change text, link, etc color for whole page
<BODY BGCOLOR="#123456" TEXT="#23456A" LINK="#3456AB" VLINK="#456ABC" ALINK="#56ABCD"> | |
| The Handy Dandy Font Viewer (intro page), Open viewer directly | |
| The rollercoaster! | |
| Images | |||||
|
Inserting an image (gif or jpg):
<IMG SRC="myimage.gif" WIDTH=123 HEIGHT=456 ALT="My Image"> | |||||
| Specify background image (gif or jpg): <BODY BACKGROUND="mybackground.gif"> | |||||
|
Fixed background images (IE specific):
<BODY BACKGROUND="mybackground.gif" BGPROPERTIES=FIXED> | |||||
| Save an image off of a page | |||||
| Image sources (SRC) explained in detail. | |||||
| About image sizes | |||||
| Using thumbnails | |||||
| Make lines out of a 1x1 dot | |||||
| |||||
|
Get Paint Shop Pro and IrfanView!
| |||||