Quia Home Home FAQ About Log in Subscribe now 30-day free trial
Java Games: Matching, concentration, word search, and flashcards.

HTML for Elementary Students

Basic HTML code for elementary school students to create basic online page. This activity was designed for use during Nash Summer Technology Camp 2001.


AB
<html>Tag that begins every html document.
</html>Tag that ends every html document.
<body>Begins the main content of your page.
</body>ends the main content of your page.
<title>Appears within the "head" and gives the title of the page. The title appears at the top of the browser.
</title>This tag ends the title.
<head>Designates the title of the document.
</head>Ends the title of the document.
<font=________>Designates the typeface for text.
</font>Ends typeface.
<font color=#_________>Designates the color of the typeface.
</font color>Ends the font color.