B.
D.
B. set to a number of pixels or to a number of inches.
C. set to a specific number of pixels only.
D. set to a percentage of the current browser width only.
A. 1
B. 2
C. 8
To set the background for a page to white, use this code.
A.
B.
C.
D.
Reset Selection
5.0 Points
What tag, new in HTML5, places video directly into your web page so visitors can watch video?
A.
B.
C.
D.
Reset Selectio
5.0 Points
The image formats presently supported by all browsers are:
A. GIF and JPEG.
B. GIF, TIFF, JPEG and PNG.
C. GIF, JPEG and AVI.
D. GIF, JPEG and PNG
5.0 Points
Which style attribute will create a background image that replicates across the entire browser window if the background image were named BG.jpg in a folder called “images”?
A. background-image: url (imagesBG.gif);
B. background-images: url(imageBG.jpg);
C. background-images: yes repeat);
D. background-images: no repeat);
Reset Selectio
5.0 Points
If you wish to present the user with a drop down list of items so that the user can select one of the items on the list, use the __________ and __________ elements.
A. input; button
B. select; option
C. submit; text
D. submit; option
Reset Selectio
5.0 Points
Which example below correctly applies multiple selectors at the same time?
A. p – ol – ul {color: blue}
B. p, ol, ul (color: blue);
C. p + ol + ul {color: blue}
D. p, ol, ul {color: blue}
Question 19 of 205.0 Points
Two ways to alter the normal flow of a page are the use of __________ and __________.
A. the .inner attribute; the .outer attribute
B. absolute positioning; relative positioning
C. the float property; relative positioning
D. absolute positioning; the float property
Reset Selection
Question 20 of 205.0 Points
What is a hexadecimal number?
A. Defines IP address location in a web site
B. Defines CMYK colors in a web site
C. Defines RGB colors in a web site
D. Defines font size in a web site