Web II - HTML and CSS Competency Practice Quiz
Use the ____________ tag to create logical areas on a web page that are physically separated from others.
(NOT... both of these)
_________ flow displays the elements on the page in the order they appear in the web page source code.
(NOT... default)
The _____ pseudo-class configures the appearance of the hyperlink before it is clicked.
(NOT... hover)
Use the _______________ property to eliminate the bullets from an unordered list.
(NOT... list-style-none)
Text-based identifier for an organization on the Internet
(NOT... url)
Always use the ______ before the class selector and the ________ before the id selector.
. and # - the period and the numeric symbol
A type of graphic that can be made transparent and is commonly used on the Web is:
.gif
This tag pair creates the largest heading
<h1> </h1>
The following CSS border property allows web designers to add a variety of formatting options to the CSS box model including inset, outsidt, double, groove, ridge, solid, dashed and dotted.
border-style property
Use the CSS ______ property to configure the cellpadding of a table.
padding
When configuring the background color of an element, the background color is applied to both the content and ______ areas.
padding
The box model consists of a content area surrounded by:
padding, border, and margin.
The World Wide Web
provides a means of communication for scientists where they could easily "hyperlink" to another research paper or article.
An HTML table is comprised of ____ and ______.
rows and columns
Select the form element below that would be appropriate to accept comments about your web site.
scrolling text box
Select the element below that does not use the <input> tag.
select list
A smaller version of a larger image that usually links to the larger image is called a:
thumbnail image
Select the best reason to include height and width attributes on an img element.
to help the browser render the page faster because it reserves the appropriate space for the image
A form is an HTML element that contains and organizes objects called form controls, such as text boxes, check boxes, and buttons, that can accept information from Web site visitors.
true
The Internet is a great example of the client/server architecture at work.
true
To create a new class in your CSS file to set a background color for a row you could use the following: .altrow {background-color:#CCAA66; }
true
When using "Pure" CSS to sytle a form, the CSS box model is used to create a series of boxes where the outermost box defines the form area, a series of boxes contained in the form represents each line in the form, and the innermost boxes align to form the text.
true
Choose the tag pairs that are used in a definition list.
all of the above
Which of the following are considerations when designing CSS styling for the Mobile Web?
all of these
Advantages of using CSS for Page Layout include:
all of these are advantages
Which of the following are TRUE statements concerning image maps?
all of these statements are TRUE
Choose the attribute used to provide accessibility by configuring a text alternative that is available to browsers and other user agents that do not support graphics.
alt
Identify the Protocol in the following URL: http://www.webdevfoundations.net
http
Where do you place the code to associate a Web page with an external style sheet?
in the head section of the Web page document
Which of the following type of CSS is coded in the body of the Web page as an attribute of an HTML tag iand applies ONLY to the specific element that contains it as an attribute?
inline style
Use the _______________ property to configure an image to use as a bullet point in an unordered list.
list-style-image
Choose the example below that configures a comment in CSS.
/*asteric comment asteric*/
The purpose of the ___________element is to contain the text and HTML elements that will display in the browser window.
<body>
Use the ____ tag pair to configure table headings.
<th> </th>
Select a drawback of using CSS technology.
All browsers do not completely support the W3C standard.
The ____ protocol is a set of rules that controls how data is sent between computers on the Internet.
IP
A domain name is a unique text-based Internet address corresponding to a unique ____________.
IP address
Cascading Style Sheet rules are comprised of:
Selectors and Declarations
The official communications protocol of the Internet is
TCP/IP
Table cells usually contain usually contain other HTML tags such as paragraphs, headings, and tables.
True
Select the HTML tag below that configures a button that, when clicked, will automatically reset form fields to their default values.
both of these
Select the form elements from the choices below that may be used to submit a form
both of these
When a web page uses graphics for the main navigation links, provide accessibility by:
both of these
When using the margin property to determine the empty space between the element and any adjacent elements, specify the margins in the following order:
clockwise: margin-top, margin-right, margin-bottom, margin-left
Select the item below that lists the top level domain name for the URL http://www.yahoo.com.
com
The Web Safe Color Palette is a collection of 216 colors that
display the most similar on both the Mac and PC platforms.
Which of the following CSS types is defined in the header of a WEb page and applies to the entire Web page document?
embedded style
You can code pseudo-classes in any order.
false
Identify the domain name in the following URL: http://www.webdevfoundations.net
webdevfoundations
When do you need to use a fully qualified URL in a hyperlink?
when linking to a page on an external web site.
All of the following are guidelines for using images on a Web page EXCEPT:
you can right-click and download ANY image you find on the Internet without first obtaining permission