Alice’s HTML Tutorial

💻 Neighborhood: Silicon Valley

Alice's HTML Tutorial!
Learn to make your OWN web page!
Under Construction
Hi there! My name is Alice and I've been making web pages since 1997. This tutorial will teach you EVERYTHING you need to know to build your first homepage on GeoCities!

Lesson 1: Basic Tags
Every HTML page starts with these tags:
<HTML>
<HEAD>
  <TITLE>My Cool Page</TITLE>
</HEAD>
<BODY BGCOLOR="#000000" TEXT="#FFFFFF">
  Your content here!
</BODY>
</HTML>
Lesson 2: Text Formatting
Tag What it does Example
<B>Makes text boldBold!
<I>Makes text italicItalic!
<U>Makes text underlinedUnderlined!
<FONT SIZE=7>Makes text REALLY BIGBIG
<CENTER>Centers everythingCentered
<MARQUEE>Scrolling text!Wheee!

Lesson 3: Tables for Layout
Tables aren't just for data - use them to lay out your WHOLE page!
TIP: Set BORDER=0 to make invisible layout tables!

Lesson 4: Adding Images
<IMG SRC="picture.gif" ALT="My picture">
Remember: GIF for animations, JPEG for photos!

More lessons coming soon!! Bookmark this page!
Email Alice | Sign My Guestbook | Cool Links

You are visitor number

[ Prev | HTML Beginners Web Ring | Next ]

Last updated: February 22, 2001