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

HTML Made Easy

Learn HTML fast and easy to create a web page.

AB
HTMLhyper link markup language
<HTML>starts every web page
note padcan be used to type your web page
Hyper Linksused to connect to other web pages
</HTML>ends every web page
forward slashused to end a command
<, > bracketsused to enclose commands
<BODY TEXT="#RRGGBB">allows you to set the color of the background
<BODY LINK="#RRGGBB">sets the colorof the links
RR, GG, BBrepresent two-digit hex numbers
<FONT SIZE="+ OR - size>used to change text size
<FONT FACE ="ARIAL, GENEVA">this will display text in a particular font
ARIAL AND GENEVAa good combination for PC's and Mac users
GIFan image extension name
<UL>indicates an unordered list
<OL>indicated an ordered list
IMGimage
<BR>break text
<img src="filename">inserts a picture into a web page
<hr>inserts a line across the page


Gayle McDuffa

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