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! |
|