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

HTML TAGS-Part 1

The HTML TAGS with there definition as to when they should be used.

AB
<HTML>Begins your HTML document.
</HTML>Closes the <HTML> tag.
<HEAD>contains information about the page such as the TITLE, META tags for proper Search Engine indexing, STYLE tags, which determine the page layout, and JavaScript coding for special effects.
<TITLE>TITLE of your page. This will be visible in the title bar of the viewers' browser.
</TITLE>Closes the HTML <TITLE> tag.
</HEAD>Closes the HTML <HEAD> tag.
<BODY>This is where you will begin writing your document and placing your HTML codes.
</BODY>Closes the HTML <BODY> tag.
<BR>This works like the return key.
<P>This will create a line break and a space between lines


Keyboarding 6, Computers 7 & 8 instructor
North Middle School
Rapid City, SD

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