Show:
Questions
Responses
Print
HTML I
Agree or Disagree
HTML II
HTML Continued
Coding
100
The <B> tag.
What tag bolds text?
100
The Title tag displays the title on your web page
What is disagree? The Title Tag displays the web page title in the blue bar of the browser.
100
This is the number of headings available in HTML.
What is six? H1 - H6, H1 is the largest and H6 is the smallest.
100
The 4 required commands in HTML
What are: <HTML> </HTML> <HEAD> </HEAD> <TITLE> </TITLE> <BODY> </BODY>
100
The first two lines of code for an HTML template.
What are the <HTML> and <Head> tags?
200
HTML stands for this.
What is Hyper Text Markup Language?
200
The <BLOCKQUOTE> tag indents a block of text.
What is agree?
200
This is what an instruction in HTML is called.
What is a tag?
200
Another name for closed tags.
What are symmetrical tags?
200
The code for green Tahoma Text in the largest font size.
What is <FONT FACE="Tahoma" COLOR="green" size=7>
300
These are the two things that Internet browsers display.
What are text and graphics?
300
The <I> tag will strike out the text within tags.
What is Disagree. The tag will italicize the text. The <s> strikes out text.
300
This is the attribute to change the background color of the web page.
What is BGCOLOR?
300
The tag for breaking to a new line, without adding a blank line.
What is <BR> ?
300
Creates a pink horizontal line that is centered on a web page
What is <HR COLOR="pink" ALIGN="center">
400
This type of tag needs to be closed for the commands to work properly.
What are symmetrical or closed tags?
400
Blue is the default color for this.
What is a link?
400
The number of font sizes available.
What is seven (7). 7 is the largest and 1 is the smallest.
400
The options for Aligning a Horizontal rule.
What are: Right, Left, Center?
400
The three link attributes in the BODY Tag -
What are: LINK = , ALINK= , VLINK= ,
500
Defines a web formatted page.
What is <HTML> tag?
500
The command  ace; adds a blank space on the web page.
What is disagree? The command is  .;
500
Tags that are used for a function that is continued throughout the entire file or are used to create something once.
What are single element tags?
500
The file extension used for saving a web page.
What is .html?
500
The code for a yellow background with red text, orange links, green visited links, and purple active links.
What is <BODY BGCOLOR="yellow" TEXT ="red" LINK="orange" VLINK="green" ALINK="purple"> </BODY>