HTML/CSS Gmetrix Review
If a programmer would like users to submit forms, which button option should they use?
Input tag with the type set to a button
What does having multiple source tags allow a user to have?
Multiple video formats as sources
Which table tag indicates a table cell?
Td
Which two facts about canvases are true?
A canvas can contain graphics;A canvas can contain text
A max-width element can be used to remedy which scenario?
A fluid measurement that looks awkward on a screen with a very large resolution.
What best defines what a script tag does?
A tag which holds programming scripts.
Which two items are required in order to set a border on a website?
Border-style property;Border-color property
Fill in the Blanks: A fieldset defines a ______ around a set of fields. A legend defines a _______ for a fieldset
box;name
What is the first step in creating a bookmark?
creating a named area
Fill in the Blank: In some programs, images are _______ into the document, whereas images on webpages are _______
embedded; linked to a stored location
True or False: A form put can be used to change existing customer information
false
Fill in the Blanks: A class is a ______ which can be applied to any ______ at any time.
style; tag
Chose Two Answers: What do actions reference?
webpages;scripts