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

HTML for Beginners

Learn the basic tags of HTML. Great for teaching students AND teachers.

AB
HTMLHyper Text Markup Language
BrowserWeb page viewer.
Web PageAn HTML document.
Home PageThe first page in a web site.
ElementsTell the browser what to do. Elements are made of TAGS and ATTRIBUTES.
TagsKeywords encased in brackets (ie. <P>)
AttributesVariables that alter how a tag looks or works.
New Paragraph<P>
Bold<B> </B>
Italics<I> </I>
Underline<U> </U>
Break (line feed)<BR>
Center<CENTER> </CENTER>
Horizontal Line<HR>
Link to another web site<A HREF="http://www.WebAddressHere.com">TextForTheLinkHere</A>
Insert Image<IMG SRC="ImageName.gif">
Background Color<BODY BGCOLOR="Blue"</>
What is the last HTML tag in a web document?</HTML>


CTE Instructor
Fuquay Varina Middle School
Fuquay-Varina, NC

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