Web Scripting Test 1 Flashcards
(110 cards)
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