Web Dev Final
An external file sheet uses the ___ File extension.
.css
What type of graphic is best suited to photographs is:
.jpg
The ______ css pseudo=element could be used to apply styles to the last row of a table?
:last-of-type
the the _____ pseudo-element to configure every other row of a table.
:nth-of-type(n)
What element configures text to be indented from both the left and right margins?
Blockquote
The content that displays in the browser is contained in the ______section.
Body
Use the ___________ property to configure rounded corners with CSS
Border-radius
The purpose of the _____ element is to describe the contents of a table
Caption
The purpose of the _______ Element is to configure the footer information on a webpage document.
Foot
The declaration property used to set the text color on a web page is:
color
Which CSS Property configured the color of Text?
color
Which CSS Property configured the size of text?
font-size
Which CSS Property can be used to configure italic text
font-style
A _____ is a smooth blending of shades from one color to another.
gradient
Which element is used to create the largest heading?
h1
The _____ HTML5 element is used to configure the top logo area on a web page.
head
Use the attribute on a <td> element to associate it with a table heading cell
headers
The ____ pseudo-class configured the styles that will apply when the mouse moves over a hyperlink
hover
a tag used to create a horizontal line on a web page is
hr
A(n) _____ is an image that is configured so that parts of the image can be used as one or more hyperlinks.
image map
Different browsers and even different browser versions will display your web page________
in different ways
What tag contains the items in an ordered or unordered list?
li
to associate an external style sheet with a web page, use the ____ tag in the _____ section of the HTML document.
link , head
The purpose of the ____ Element is to contain the main content of a web page document.
main
When using the box model, the ______ is always transparent.
margin
The box model consists of a content area surrounded by:
padding, border, and margin
______ Should only be used if it enhances your website
Animation
Use the _____ Property to configure bold text using CSS
Font-weight
to apply a style to one ore more elements on a web page, configure a css________
class
The CSS to create the class is called my float that floats to the right of the other page content, has a 10 px margin, and a solid border is:
.myfloat { float: right; margin: 10px; border: 1px solid #000000 }
how do you comment in CSS
/* comment */
Which of the following css pseudo-elements could be used to apply styles to the first row of a table?
:fist-of-type
Use the headers attribute on the ____ tag to correspond to the id attribute on a <th> tag
<td>
use the ____ tag pair to configure table headings
<th> </th>
use the _____ tag pair to begin and end a table row
<tr> </tr>
To apply a style to one or more elements on a web page, configure a css_______.
Class
use the ____ or ____ property to clear a float.
Clear or overflow
What would you use to clear a right float?
Clear: right
What type of HTML List would be good to use to display a list of terms and their definitions?
Description List
When you configure both a background image and a background color, what action will the browser take?
Display the background color while the background image loads and before the background image is displayed.
The text contained between the title tags is displayed:
Displayed in the tag
When CSS is coded in the3 body of the web page as an attribute of an HTML Tag it is called______.
Embeded
Describe white space
Empty screen area around blocks of text and images
a type of graphic that can be made transparent and is commonly used on the web is
GIF
What is the most common organization used for commercial websites?
Hierarchical
What are the three most common methods of organizing webpages?
Hierarchical, linear, and random
Use the ____ tag to associate a web page with an external style hseet.
Link
A ____ color scheme consists of shades, tints or tones of the same color
Monochromatic
______ is the process of creating an image with the lowest file size that still renders a good quality image
Optimization
What type of HTML List will automatically place a number in front of the items?
Ordered List
Four principals of a WCAG 2,0 are....
Perceivable, operable, understandable, robust
The process of ensuring that web pages coded with new or advanced techniques atill are usable in browsers that do not offer support for the newer features is called___-
Progressive enhancement
When applying the design principal of ____ related items are grouped together
Proximity
Consider_____ when designing for display on a mobile device.
Small Screen Size, Font size, and contrast
Use the _____ tage to code embedded styles on a web page
Style
What can help appeal to the intended audience of a site?
The amount of color used on the site, the font size used on thwesite, the overall look and feel of the site.
use an id to configure a style when:
The style will apply only to one element on a page
A smaller version of a larger image that usually links to the larger image is called a:
Thumbnail Image
A _____ color scheme consists of three colors that are equidistant on the color wheel
Triadic
The main site navigation or a section offering navigation choices should contain
Visually grouped sections of hyperlinks
Placing ______around graphics and headings helps them to stand our.
White Space
A ______ is a sketch or blueprint of a web page that shows the structure (but not the detailed degsign_ of basic page elements such as the logo, navigation ,content, and footer.
Wireframe
What tag is used to link web page documents to each other?
a
What is an example of something that does not belong in a consistent website design?
a different background color on each page
What attribute is used to provide accessibility by configuring a text alternative that is available to browsers and other user agents that do not support graphics?
alt
Which tag is used to force the browser to display the next text or element on a new line?
br
Use the ____ tag to configure multiple block level elements at the same time.
div
if an element is configured with ______ the other content on the page will appear to its left.
float: righ
What would configure the margin of an element with the following values? top 30px, left 150px, right 0, and bottom 0?
margin: 30px, 0, 0, 150px;
The ____ HTML element is used to configure the main navigation area on a web page
nav
The purpose of the ____ element is used to configure the main navigation area on a web page
nav
What special character that indicates a blank space?
nbsp;
______ Flow displays the elements on the page in the order they appear in the web page source code.
nomal
Set list-style-type to the value_____ to hide the display of the list markers on an ordered list
none
The CSS3 _____ property configures the transparency of an element
opacity
Which element is used to create a new paragraph?
p
The _____ is the are between the content and the border
padding
When configuring the background color of an element, the background color is applied to both the content and _____ areas.
padding
the____ is the area between the content and the border
padding
using the css ______ property to configure the cellpadding of a table
padding
Use ________ positioning to slightly change the location of an element in relations to where it would otherwise appear when rendered by a browser.
relative.
Use the ____ tag to configure a generic area on a web page that is included INSIDE a paragraph or other block display element.
span
________ will configure the alignment of text within a table
text-align
The ___________ property configures a shadow effect on the text displayed within an element.
text-shadow
Why is is a good idea to include height and width attributes to an image tag?
to help the browser render the page faster because it reserves the appropriate space for the image.
What type of list will automatically play a bullet point indicator in front of each item?
unordered list
What is a good recommendation for text hyperlinks?
use a key phrase as a hyperlink
The_____ psudo-class configured the appearance of the hyperlink once the user has reached the target page.
visited