Background color tag The tag that changes the background color of your page. It goes within the body tag. An example is: <BODY BGCOLOR=yellow>
Background tag The tag that inserts a graphic as the background of your Web page. An example is: <BODY BACKGROUND= "images/ name_of_file.gif">
Body tag The tag that shows where the body of the HTML document is. The opening body tag is <BODY> and the closing body tag is </BODY>.
Case insensitive A computer program where it doesn't make a difference to the browser if you use uppercase or lowercase letters. HTML is case insensitive
Center tag The tag that will center text. The opening center tag is <CENTER> and the closing center tag is </CENTER>.
Heading tag The tag that changes the font size of important sections of your Web page. There are six variations of the heading tag: <H1>, <H2>, <H3>, <H4>, <H5>, and <H6>.
Head tag The tag that shows where the header of the HTML document is. The opening head tag is <HEAD> and the closing head tag is </HEAD>.
HTML tag The tag that tells the Internet browser that we're creating an HTML document. The opening HTML tag is <HTML> and the closing HTML tag is </HTML>.
Image source tag The tag used to insert graphics on your Web page. An example is: <IMG SRC= "image_name_here.gif">
Internet browser The software that allows you to navigate the World Wide Web, among other things.
Line break tag The tag that tells the browser it's the end of the line and the following text should start on the line directly below. The HTML tag for a line break is <BR>.
Online Connected to the Internet.
Paragraph break tag The tag that tells the browser it's the end of the line and the following text should start after skipping one line. The paragraph tag is <P>.
Tag The basic building block of HTML code.
Text editor A software program that can edit textessential to creating HTML documents.
Title tag The tag that creates a title for your document. The opening title tag is <TITLE> and the closing title tag is </TITLE>. It goes between the head tags.
WYSIWYG editor A "What You See Is What You Get" HTML editor. This type of editor lets you make a home page without having to type in all the HTML code yourself.