Gmetrix 2 missed questions
If a programmer would like users to submit forms, which button option should they use?
Input tag with the type set to a button
Which is the caption tag used to add captions to?
Tables
How many steps make up the process of adding the output tag to a form?
Two
A field set defines a _____ around a set of fields. A legend defines a _____ for a field set.
box;name
Which are attributes that can be added to make the displayed table look more presentable? ( 2 answers)
1. A border 2. Bold headings
Which attribute would make the comments text area? ( 2 answers)
1. Columns 2. Rows
Which is the first step in creating a bookmark?
Creating a named area
What do the two dots and the slash in the displayed reference mean?
Move up the folder path
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
Why would a programmer want to set a hyperlinked webpage to open on a new tab?
To keep users on their website longer
What element needs to be added to the option tag to make the selection functional?
Values
Which type of element is a line break?
Void
In some programs, images are _____ into the document, whereas images on webpages are _____.
embedded; linked to a stored location
Which form submission method is a request to take data submitted and insert it into database?
Put
Which are the two steps in the process of adding an output tag to a form?
1. Instruct form regarding input data 2. Declare a variable
Which are two objects that can be used to organize ordered lists?
1. Numbers 2. Letters
Which two portions of the webpage could be included in the footer?
1. Option D 2. Option E
Which are three attributes of the input tag?
1. button 2. text 3. submit