Select the item below that indicates the top-level domain name for the URL http://www.mozilla.com.
a) mozilla
b) com
c) http
d) www
b) com
Which tag pair is used to create the largest heading?
a) <h1> </h1>
b) <h9> </h9>
c) <h type="largest"> </h>
d) <h6> </h6>
a) <h1> </h1>
Which of the following is the declaration property used to set the font typeface for an area of a web page?
a) face
b) font-family
c) font-face
d) size
b) font-family
Which of the following graphic types can be made transparent?
a) GIF
b) JPG
c) PNG
d) GIF and PNG
e) GIF and JPG
d) GIF and PNG
Which of the following, from outermost to innermost, are components of the box model?
a) margin, border, padding, content
b) content, padding, border, margin
c) content, margin, padding, border
d) margin, padding, border, content
a) margin, border, padding, content
Which of the following is a network that covers a small area, such as a group of buildings or campus?
a) LAN
b) WAN
c) Internet
d) WWW
a) LAN
What is the default horizontal alignment for elements on a web page?
a) center
b) left
c) right
d) wherever you type them in the source code
b) left
Which of the following is the CSS property used to set the background color of a web page?
a) bgcolor
b) background-color
c) color
d) none of the above
b) background-color
Which of the following configures empty space between the content of the HTML element (typically text) and the border?
a) space property
b) padding property
c) margin property
d) border property
b) padding property
Which of the following configures a class called side to float to the left?
a) .side { left: float; }
b) .side { float: left; }
c) .side { float-left: 200px; }
d) .side { position: left; }
b) .side { float: left; }
Which of the following organizations takes a proactive role in developing recommendations and prototype technologies related to the Web?
a) World Wide Web Consortium (W3C)
b) Web Professional Standards Organization (WPO)
c) Internet Engineering Task Force (IETF)
d) Internet Corporation for Assigned Numbers and Names (ICANN)
a) World Wide Web Consortium (W3C)
Which tag pair configures a structural area on a web page?
a) <area> </area>
b) <div> </div>
c) <cite> </cite>
d) <strong> </strong>
b) <div> </div>
Which of the following configures a background color of #00CED1 for a web page using CSS?
a) body { background-color: #00CED1; }
b) document { background: #00CED1; }
c) body { bgcolor: #00CED1;}
d) document { bgcolor: #00CED1; }
a) body { background-color: #00CED1; }
Which attribute specifies text that is available to browsers and other user agents that do not support graphics?
a) alt
b) text
c) src
d) none of the above
a) alt
Which of the following pseudo-classes is the default state for a hyperlink that has been clicked?
a) :hover
b):link
c):onclick
d):visited
d):visited
The World Wide Web was developed to allow companies to conduct e-commerce over the Internet.
a) True
b) False
b) False
Which of the following is an HTML5 element used to indicate navigational content?
a) main
b) nav
c) header
d) a
b) nav
Which type of CSS is coded in the body of the web page as an attribute of an HTML tag?
a) embedded
b)external
c)inline
d)imported
c)inline
Which of the following is a sketch or blueprint of a web page that shows the structure (but not the detailed design) of basic page elements?
a) drawing
b) HTML code
c) site map
d) wireframe
d) wireframe
Which meta tag is used to configure display for mobile devices?
a) viewport
b) handheld
c) mobile
d) screen
a) viewport
HTML is the set of markup symbols or codes placed in a file intended for display on a web browser.
a)True
b) False
a)True
Which tag configures the next element or portion of text to display on a new line?
a) <line>
b) <nl>
c) <br>
d) <new>
c) <br>
The span element is useful for creating areas on a web page that are embedded within paragraphs or other block display elements.
a) True
b) False
a) True
Which of the following are the three most common methods for organizing websites?
a) horizontal, vertical, and diagonal
b) hierarchical, linear, and random
c) accessible, readable, and maintainable
d) contrast, repetition, and proximity
b) hierarchical, linear, and random
Which of the following properties configures whether flex items are displayed on multiple lines?
a) flex-direction
b) flex-wrap
c) flex-template
d) flex-basis
b) flex-wrap