Web Scripting Test 1 Flashcards
Identify a HTML embedded element that contains programming scripts used to construct bitmap images and graphics
canvas
Identify a HTML embedded element that contains programming scripts used to construct bitmap images and graphics
canvas
The ____ value of the display style removes an element from a rendered page
none
Identify the option that specifies whether an image scrolls with the content or is fixed in following background property:
background:
color url(url) position /size repeat attachment
origin clip;
attachment
A ____ element is an element that contains one or more other elements, which are called child elements
parent
Identify an attribute selector used to select an element based on its class value
elem class
In the context of hypertext attribute, identify a target name that opens the page in the current window or tab
_self
The ______ grouping element contains content that is quoted from another source, often with a citation and often indented on a page
blockquote
Which of the following HTML grouping elements contains a single item from an ordered or unordered list?
li
How is background color defined in a CSS file?
background-color: color;
_____ contains a generic grouping of elements within a document
<div></div>
Inline styles are styles applied directly to specific elements using the style attribute content
where element is the HTML element and ____ define
property: value
The _____ element, a HTML metadata element, contains a collection of metadata elements that describe the document or provide instructions to the browser
head
Identify the element that marks the distinct rows and columns of a grid to give a consistent structure to floating objects
div
The CSS @rule that imports an external style sheet file located at url is ____
@import url(url);
HTML sectioning elements are also known as ____ because the tag name describes the purpose of the element and the type of content it contains
semantic elements
To force a document to appear in new window or tab, identify an attribute that should be added to <a> tag</a>
target
The structure for an unordered list is similar to that used with ordered lists except that that list items are grouped within the ____ element
ul
Identify a contextual selector that matches any element
*
An email address can be turned into a hypertext link using the URL
mailto:addres
The ____ element is part of the document head because it’s not actually displayed as part of the web page, but rather appears externally within the browser tab
title
Web pages are text files written in a language called____
HTML
To direct a style rule to specific elements, ____ can be used to match only those page elements that correspond to a specified pattern
selector pattern
TO round off any of the four corners of a border, the _____property should be applied
border_radius
Identify the format to add new content before an element with CSS
element::before{context:text;}
If two style rules have equal specificity; and thus equal importance, then the one that is defined ____ in the style sheet is the one used
last
To center an element vertically within a part element, display the parent element as a table cell with a defined height and then set the vertical-align property to____
Middle
The fundamental building block in every HTML document is the ____ tag, which marks a component in the document
element
In order to enable users to jump to a specific location within a document, identify the attribute that should be added to an element tag to recognize that location
id=”text”
A network confined to a small geographic area is referred to as a
LAN
The largest wide are network( WAN) in existence is the ___
internet
All block elements, like the body element, have a default width of ___
100%
Nested lists can be displayed in an ___ style through the use of contextual selectors
outline
Which of the following elements can be added to a document head to define a different starting point for relative paths?
A ___ is a software program that retrieves a document from a web server and renders it locally in a form that is readable on a client device
web browser
The World Wide Web Consortium enforced a stricter set of standards in a different version of HTML called ____
XHTML
Identify a property that a browser can use to handle excess content
overflow
To change the shadow size, the ___ parameter must be added to the box-shadow property, specifying the size of the shadow relative to the size of the object
spread
Identify the property that is used to choose the layout model
box-sizing
If a network covers several buildings or cities, it is called
WAN( wide area network)
Since the li element is itself a grouping element, it can be used to group other lists, which in turn creates a series of ____
nested lists
The ___ value of the vertical-align property aligns the bottom of the element with the bottom of the text in a line
text-bottom
A ___ is one in which the size of the web page and the size of its elements are set regardless of the screen resolution
Fixed layout
Which of the following is a popular integrated development environment for web development?
Adobe Dreamweaver