CERTIFICATION EXAM REVIEW
the _____ property is ised to set objects inline with each other as items fit on a webpage
DISPLAY
The body tag needs to have the Segoe UI font throughout the entire website
EXTERNAL
Which type of style in CSS should be used as much as possible in order to maintain consistency within a website?
External
It is not important to name an input field
FALSE
Span tags work with large blocks of text
FALSE
used for a caption whenever the figure tag is used on an image
FIGCAPTION
a request to receive something
GET
An address tag at the bottom of a new items page needs to have a color of dark magenta. No other address tags need formatting
INLINE
A sales page needs to have a lightgray background, and, as a result, its text needs to be in dark gray
INTERNAL
if a programmer would like to submit forms which button option should they use?
Input tag with the type set to a button
Which are the two steps in the process of adding an output tag to a form
Instruct form regarding input data, Declare a variable
What does having multiple source tags allow a user to have?
Multiple video formats as sources
used to store both internal and external hyperlinks
NAV
For an image to become a hyperlink, the a tag must go inside the img tag
NO
Setting the body element to have a font of Segoe UI will ensure every device that views the website will see that font
NO
Which form submission method is a request to take data submitted and insert it into a database?
PUT
Which formatting feature does the div tag allow programmers to control?
Positioning, Background colors, Alignment
Which is the default hyperlink color for an active hyperlink?
Red
Which attributes would make the comments textarea larger?
Rows and Columns
an area consisting of stories of contenT
SECTION
Which is the caption tag used to add captions to?
TABLES
Text or images inside a details tag can be hidden or shown at will
TRUE
When setting a source within a track tag, captions and subtitles are the two most commonly used formats
TRUE
Which are two elements to add to form fields to make them more accessible to those who struggle to use a mouse?
Tab Index, Access Key
Which table tag indicates a table cell?
Td
Px is a measurement of ___ of an inch
1/96
You have a style sheet named mainstyles.css, that you want to attach
<LINK, REL = "stylesheet" TYPE = "text/css" HREF = "mainstyles.css" />
BLACK
#000000
RED
#FF0000
WHITE
#FFFFFF
Pt is a measurement of ____ of an inch
1/72
Which two facts about canvases are true?
A canvas can contain text, A canvas can contain graphics
Which best desrcibes the nature of a CSS framework?
A template which is created by the user, downloaded for free, or purchased from a third-party which has built-in CSS that eases the website development proces
used to display a story on a webpage
ARTICLE
Which is one way to display webpages at an optimal level with a minimal amount of effort?
Add a meta tag with a viewport setting
When the webpage loads there is no way to play the file, what should be done?
Add the controls attribute to the audio tag, Add the controls="controls" attribute to the audio tag
Which are two ways to utilize comments in HTML5?
As a placeholder, As explanations for parts of a webpage that do not display in a browser
Why will the displayed hyperlink work, even though it is not a complete folder path?
Because the spotlight and index pages are in the same folder
What is the default hyperlink color of a hyperlink which has not been clicked?
Blue
Which are 3 attributes of the input tag?
Button, Text, Submit
used to give a title to a table
CAPTION
Absolute position affects which item?
The flow of objects
The head tag contains what?
Titles, Scripts, Metadata
SVG stands for Scalable ______ Graphics
VECTOR
What element needs to be added to the option tags to make the selection functional
Values
A "../images" reference means "move up one folder and then down to the images folder
YES
A bookmark portion of an href attribute starts with a # symbol
YES
Reusing code from one part of a style sheet to another helps to minimize syntax errors
YES
Webpages that include style sheets should be tested on multiple browsers
YES
Used to display text when a picture does not load properly
alt
Uses JavaScript to build pixel-based graphics
canvas
In some programs, images are ___ into the document, whereas images on webpages are ___ ?
embedded; linked to a stored location
SCRIPT tag
holds programming scripts
HTML tag used to display a picture
img
Used to load and display pictures
img
This tag will start a canvas but is not just used to build a canvas.
script
Defines the location of a picture
src
Used to build graphics that will not become pixelated no matter what their size.
svg
Which HTML tag is used to display a vector-based graphic that is being built on the page ( meaning it was not built using another app?)-
svg
NOSCRIPT tag
used to inform a user if their browser does not support the programming language