A
B
C
D
E
100
What does HTML stand for? a) hypertext markup logistics b) hypertext markup language c) hypertext makeup language d) hug the maple leaf
b) hypertext markup language
100
What does WWW stand for? a) World Wrestling Federation b) World Wide Web c) Word Wall Writing
b) World Wide Web
100
When working on a webpage, what is a table used for? a) made up of rows and columns of cells into which you can insert text and graphics b) the individual area in a table into which to place data c) a piece of furniture consisting of a smooth flat slab fixed on legs
a) made up of rows and columns of cells into which you can insert text and graphics
100
How do you change the text color of an element? a) text-color: b) fgcolor: c) color: d) text-color=
c) color:
100
Which CSS property controls the text size? a) font-size b) font-style c) text-size d) text-style
a) font-size
200
What is a URL? a) Uniform Resource Locator; The address identifies the location of a Web page on the World Wide Web b) a connection from one web page or file to another c) HyperText Transport Protocol used to transfer HTML documents of the World Wide Web
a) Uniform Resource Locator; The address identifies the location of a Web page on the World Wide Web
200
What is a cell? a) the individual area in a table into which to place data b) a vertical arrangement of items printed or written on a page c) made up of rows and columns of cells into which you can insert text and graphics
a) the individual area in a table into which to place data
200
CSS stands for what? a) Cascading Style Sheet b) Computer Security Standard c) Computerized Social Security d) Cascading Syntax Standard
a) Cascading Style Sheet
200
Which of the following should be avoided when constructing web pages? a) too many animations b) black text on white background c) blue underlined hyperlinks
a) too many animations
200
Which property is used to change the background color? a) bgcolor: b) background-color: c) color:
b) background-color:
300
What is a hyperlink? a) reference book containing words usually alphabetically arranged b) computer software used to search data (as text or a database) for specified information c) a connection from one web page or file to another
c) a connection from one web page or file to another
300
What is a bookmark that is inside a webpage? a) helps you jump quickly to a particular part of the web page; useful in pages that have a lot of text that can be hard to navigate b) Uniform Resource Locator; The address identifies the location of a Web page on the World Wide Web c) a menu entry or icon on a computer that is most often created by the user and that serves as a shortcut to a previously viewed location
a) helps you jump quickly to a particular part of the web page; useful in pages that have a lot of text that can be hard to navigate
300
Which of the following should be avoided when constructing web pages? a) tables b) links c) lists d) animation
d) animation
300
What is the correct HTML for referring to an internal style sheet? a) b) c) text/css
a)
300
Which is the correct CSS syntax to make the text color black? a) {body:color=black(body} b) body {color: black;} c) {body;color:black} d) body:color=black;
b) body {color: black;}
400
How do you change the font of an element? a) font-family: b) font= c) f:
a) font-family:
400
How do you make text bold? a) text b) text c) text
b) text
400
Choose the correct HTML tag for the largest heading a) b) c) d)

d)

400
Where is the CSS internal styling placed? a) head b) body c) in the tag you want to style
a) head
400
Which of these tags are all tags? a)
b) c) d)
d)