WebMaster icon, Lecture 6

HTML Review

Hypertext Markup Language uses tags

Keyword or abbreviation in < > brackets

bold is <B>word</B>

Tags must be balanced with an opening <B> and closing tag </B>

Tags can be nested but must be done correctly

<B><I>word</I></B>

Some tags have no closing tag

Single spacing - <BR>
<IMG SRC="mypic.gif">
Double spacing - <P> - can be either!

Tags can have attributes (SRC=, height=, width=, color=)

<IMG SRC="mypic.gif" height=20 width=10>
<FONT color=red>RED WORDS</FONT>

Bare Bones Guide to HTML http://werbach.com/barebones/







'The WebMaster Speaks....' 6-2

Webmaster Lectures
Welcome to a series of lectures on the World Wide Web
Home | Lectures overview | Lecture 1 | Lecture 2 | Lecture 3 | Lecture 4 | Lecture 5 | Lecture 6 | Lecture 7 | Lecture 8



Membership

Login





Last update: Saturday, September 9, 2000 at 3:26:50 PM.
Go to John Koch's home page or send him a message.