Java Games: Flashcards, matching, concentration, and word search.

HTML for Beginners

Learn the basic tags of HTML.

AB
HTMLHyper Text Markup Language
Web PageAn HTML document
Home PageThe first page in a web site.
Web SiteA collection of web (HTML) documents in one location.
New Paragraph<P>
Bold<B> </B>
Italics<I> </I>
Underline<U> </U>
Break (line feed)<BR>
Center<CENTER> </CENTER>
Tags needed for bulleted lists<UL> <LI> </UL>
Tags needed for numbering lists<OL> <LI> </OL>
Web Image Types.gif (Graphics Interchange Format) and .jpg (Joint Photographic Expert Group)
Image Tag<IMG SRC="ImageName.gif">
Clickable Link<A HREF="http://www.WebAddressHere.com"><IMG SRC="ImageName.gif"></A>
Background Color<BODY BGCOLOR="#123456" TEXT="#FFFFFF" LINK="#FFF000">
What is the last HTML tag in a web document?</HTML>
All of the information for your webpage goes between the * tags<body> </body>
The link to your CSS sheet goes between the<head> </head>


Nation Ford High School
SC

This activity was created by a Quia Web subscriber.
Learn more about Quia
Create your own activities