Everything v40
Which are the two steps in the process of adding an output tag to a form?
Declare a variable Instruct form regarding input data
The datalist tag can be used to create a(n) _________ for a form field.
pre-populated list
Default color for an active hyperlink
red
A class is a ________ which can be applied to any ______ at any time.
style;tag
Use the dropdown list to complete the code sample in order to get set the alignment property.
text-align:left;
Overflow property and add a scroll bar
overflow:scroll
What are the two steps in the process of adding an output tag to a form?
Declare a variable Instruct a form regarding input data
CSS comments are used on which lines of the given example?
8-10, 15
Which line of code contains information that will show on a webpage?
9
Using drag and drop, add sematic tags
<Section> <Article> </>Article> </Section >
Using the click and drag method, drag the correct line of code to the boxes in the correct order to add a hyperlink to the mandolin image.
<td> <a href="Images/mandolincloseup.JPG"> <img alt="mandolin" src="Images/mandolin.jpg" style="height:345px; width:460px" </a> </td>
Use the dropdown lists to accurately complete the code sample in order to complete media query.
@media only screen and (max-width: 500px) { body{ background-color:white; } }
What two facts about canvases are true?
A canvas can contain text A canvas can contain graphics
The max-width element can be used to remedy this situation
A fluid measurement looks very awkward on screen with a very large resolution
For each link type, indicate whether the link is relative or absolute.
Absolute Absolute Relative Relative
Using the click and drag method, drag the following items to the correct boxes in order to define default hyperlink colors. Is the color of hyperlink that has not yet been visited Is the color of an active hyperlink that has been clicked Is the color of a visited hyperlink
Blue Red Purple
Three attributes of the input tag?
Button Submit Text
Which attributes would make the comments area larger? Choose two answers.
Columns Rows
In which folder can Trambone.jpg be found?
Images
If a programmer would like users to submit forms, which button option should they use?
Input tag with the type set to button
What makes an iframe versatile?
It can be programmatically changed
Which is true of the section tag? Choose two answers
It is used to mark off sections of a webpage It is helpful on long pages
Which instance of the meta tag is used to help search results for search engines? 1 | <!DOCTYPE html> 2| <html> 3| <head> 4| <meta charset="utf-8" /> 5| <meta name="keywords" content="music, store, instruments" /> 6| <meta name="viewport" content="width=device-width, initial s 7| <meta name="google" content="notranslate" /> 8| </head> 9| </html>
Line 5
For each statement regarding hyperlinks... For an image to become a hyperlink, the a tag must go inside the img tag A bookmark portion of an href attribute starts with a # symbol A "../images" reference means "move up one folder and then down to the images folder
No Yes Yes
A head tag often contains which three pieces of information?
Scripts Metadata Titles
What are the three attributes of an input tag?
Submit Text Button
Which is a CSS font best practice?
The user should take control over fonts that are displayed on their website and not make it possible for a viewer to use their own default fonts.
The track tag works in conjunction with ________ files.
VTT
Which element needs to be added to the option tags to make them functional? <select name="found" id="found"/> <option>TV</option. <option>Web</option <option>Other</option> </select>
Values
Which do actions reference? Choose two answers.
Webpages Scripts
Set up a border with a width of 0, left and right with 2 pixels.
border-width: 0px; border-left-width: 2px; border-right-width: 2px;
Use the dropdown list to accurately complete the code sample in order to set up a border with a width of zero pixels and a left & right border of two pixels.
border-width: 0px; border-left-width: 2px; border-right-width: 2px;
Which tag can be used with the figure tag to add a caption to an image?
figcaption tag
<img src="_________" ________ = "Blue Denim" _______ = "shirts3" />
images/shirts3.jpg title alt
Using drag & drop, match the HTML element with its definition. Used to load and display pictures Uses Java-script to build pixel-based graphics Used to build graphics that will not become pixelated no matter what their size. This tag will start a canvas but is not just to build a canvas
img canvas svg script
Which will appear in place of the image if it does not display on the webpage?
music books
The option tag can be used as part of a(n) _______
option group
To format a ___________, a designer will want to use a span tag.
word or phrase