Web tech Final
What is the standard of communication used on the Internet? -TCP/IP -ISP -RAM -FTP -Packets
TCP/IP
The table and cells can be colored in using the ( ) style property. -bgcolor: -background-color: -color: -cell-color:
background-color:
Which property is used to set text alignment? -element-align -align -align-text -text-align
text-align
What 3 keywords can be used to define the border's width? -black, blacker, no black -thin, medium, thick -small, medium, large -none of the above
thin, medium, thick
Colors written in RGB() format range from..? -0 - f -0 - 255 -0 - 1 -0 - 16
0 - 255
Colors written in HEX format range from...? -0 - f -0 - 255 -0 - 1 -0 - 16
0-f
How many rows are there on the following table? -1 -2 -3 -4
3
If the width of an element is set to 800px and the padding is set to 10px, what is the total width occupied by the element? -800px -810px -820px -780px
820px
Which tag is not required when creating a table in an HTML document? -<td> -<caption> -<table> -<tr>
<caption>
which of the following tags would insert an image called monkey.jpg? -<img="src monkey.jpg"> -<img src="monkey.jpg"> -<img scr="monkey.jpg"> -<img="monkey.jpg">
<img src="monkey.jpg">
What HTML element (tag) is used to organize and display information in a tabular structure? -<div> -<table> -<section> -<article>
<table>
An image can be used as a background for which of the following elements? -div -body -article -An image can be used as a background in all of these elements
An image can be used as a background in all of these elements
Pictures are primarily considered ( ) elements if no style rules are applied -external -style -mandatory -inline
Inline
Arial is an example of which type of font? -Sans-Serif -Serif -Script -monospace
Sans-Serif
Times New Roman is an example of which type of font? -Sans-Serif -Serif -Script -monospace
Serif
What does the font-weight property do? -Modifies the size of the font -Sets the typeset of the text -Specifies how bold the text should be -Sets the space between the font
Specifies how bold the text should be
What is meant by "Experimental Technology" as used in the lessons? -Any style released with CSS3 -Styles that do not yet work -Styles that have not yet been released -Styles that are not fully adopted by all browsers
Styles that are not fully adopted by all browsers
Who invented the World Wide Web and the HTML language> -Tim Burners-Lee -Steve Jobs -Bill Gates
Tim Burners-Lee
Which of the follow is NOT a valid value for the text-align property? -Justify -center -vertical -left
Vertical
Which of the following correctly uses CSS to import an image as the background to an object? -background-image: url(picture.gif) -background-image: picture.gif -image-background: url-picture.gif -background-image=picture.gif
background-image: url(picture.gif)
Which style property defines the color of the border? -border-color: -border-style: -border-design: -border-style-color:
border-color:
What property will round the corners of a block element -border -border-radius -border-size -border-style
border-radius
Which style property would you use to move an element to the right or left and allow other content to flow along side it? -align -float -position -arrange
float
The value "Arial" would be applied to which style sheet property? -font-variant -text-indent -font-style -font-family
font-family
When you add a border to a / an ( ), you can give it a framed look -inline element -image -style -background color
image
To create text with both sides straight and even, choose text-align: -left -right -justify -center
justify
The default horizontal alignment for text within a <td> element is -right -left -justified -centered
left
What is the browser prefix for Firefox? -ms -moz -webkit -o
moz
( ) occurs when the information you are trying to put into a container does not fit within the container's designated fixed size -overflow -auto -padding -visible
overflow
The spacing around the content within a container and the edge of the container is defined using the ( ) style property -padding -spacing -margin -float
padding
Which font type has the appearance of handwriting? -Serif -Sans-Serif -Script -monospace
script