ITD 110
Link to two directories down
../../
The standardized list of elements, document objects, and parts of the browser that can be accessed and manipulated using JavaScript or another scripting language.
DOM
A device-pixel-ratio is a function in the browser that fetches images and other external resources from the browser so they are ready to go when the page displays.
False
A rem is Em unit; it is equivalent to the font size of the current element.
False
An outer edge is the optional amount of space added on the outside of the border.
False
The attribute selector is the first image placed in the background from which tiling images extend.
False
The background painting area is the area in an element box that includes the content area and padding, extending behind the border to the margin edge.
False
What does this code mean? Choose the best answer. <object data="picture.svg" type="image/svg+xml"> <img src="picture.png" alt=""> </object>
Places an SVG image on the page and provides a PNG fallback.
Choose what this code means by selecting the best answer h4 { color: blue; }p { font-size: small; font-family: arial; }
Small blue heading with the paragraph small arial font
A mailto link opens a preaddressed new mail message in the browser's designated email program
True
A point along a gradient line where pure color is positioned is a color stop.
True
This code indicates the movie will start automatically. <object type="video/quicktime" data="movies/lifeofthestudent.mov" width="320" height="256"> <param name="autostart" value="true"> </object>
True
When scroll is specified, scrollbars are added to the element box to let users scroll through the content
True
What standard is intended for the best guarantee for consistency and forward compatibility?
W3C
Removes the element from the document flow and positions it with respect to the viewport or other containing element box.
absolute positioning
Which element would you use for inserting breaks?
all of the above
A standardized collection of letters, numbers, and symbols.
character set
A standardized collection of characters with their reference numbers (code points).
coded character set
The section of the HTML document, defined by the body element, that contains all the content that displays in the browser.
document body
A browser is the server software that requests documents and data from the client.
false
A image is a window for viewing an external HTML source
false
HTTPS is an unprotected version of HTTP that encrypts data submitted by the user through a web form.
false
US Government Accessibility Guidelines that must be adhered to if you are developing a .com website.
false
Part of a media query that describes a parameter to test for, such as the width of the viewport.
media condition
What device is used the most to access the internet in America?
mobile device
Small devices such as smartphones and tablets are known as a
mobile devices
Which code would you use to make an ordered list?
ol
A square of colored light used by displays to render images
pixel
Whether the font is vertical or slanted (italic or oblique).
posture
Moves the box relative to its initial position in the flow.
relative positioning
The element that contains all the elements and content in the document.
root element
A URL (Uniform Resource Locator) describes the location of a file on the network.
true
A discipline focused on producing site code that decreases the chances it will be highly ranked in search results.
true
An em is a root em unit; it is equivalent to the font size of the html element.
False
Selects elements based on their relationship to other elements (includes descendant, child, next-sibling, and subsequent-sibling selectors).
contextual selector
An SVG document that is saved in its own file with the .svg suffix.
standalone SVG
The encoding algorithm is used to convert a media source to 1s and 0s and how that data is compressed.
True
The padding is the area between the content area and an optional border.
True
The following is an external link
All of the above
What is a link to a higher directory?
All of the above
An fragment identifier is a HTML element (a) that creates a hyperlink
False
The default value is hidden, which allows the content to hang out over the element box so that it all can be seen.
False
Organizes content logically and for ease of findability, including but not limited to search functionality, site diagrams, and how the data is organized on the server.
Information Architect
A reference pixel (CSS pixel) is a unit of measurement used by devices for layout purposes. They may or may not match up with the device/hardware pixels.
True
A z-index defines the stacking order for overlapping positioned elements.
True
An alpha channel is the fourth channel in image formats that contains transparency information
True
CSS shapes are non-rectangular wrap shapes around a floated element specified with the shape-outside property.
True
FTP is an internet protocol for moving files from one computer to another, such as from a local computer to a remote server.
True
Media queries are a method for applying styles based on the medium used to display the document.
True
The edges of the content area are referred to as the inner edges of the element box.
True
Nested browsing context imports another resource into the document, or content from another vocabulary that is inserted into the document.
false
Stays in one position in the viewport as the document scrolls.
fixed positioning
Persona is a real-life user profile, based on user research, that is used as a reference during the design process.
flase
This code indicates an inline style. <style> /* style rules go here */ </style>
flase
Which header tag would you use to have the largest font showing?
h1
To make an horizontal line which code would you use?
hr
A unicode is the super-character set that contains characters from all active modern languages.
true
Server-side detection is server software and a corresponding database that detects the type of device making the HTTP request, then returns an appropriate document based on the device and its capabilities.
true
That the web uses a protocol called HyperText Transfer Protocol (HTTP). It is just one of many protocols used to transfer information over the internet. Correct answer: True
true
The color of the font is orange. <style>p { color: blue; }p { color: black; } p { color: orange; } </style>
true
This code indicates the color is pink. p {color: pink !important;} <p style="color: green">
true
This code indicates the font color is blue. <!DOCTYPE html> <html><head> <title>...</title> <style> @import url(external.css); /* set to red*/ h1 { color: blue;} </style> </head> <body>
true
Web servers (running special web software to handle HTTP transactions) deliver documents or data on request.
true
Selects any element, like a wildcard in programming languages.
universal selector