what is the fragment identifier here (# -> references an area in our HTML) Correct Ans-href =
"#Africa"
what turns the picture into a link Correct Ans-<a href = ""><img src="" alt=""</
adding _blank attribute to a link results in Correct Ans-a link opens in a new window browser
select the special character that completes the abbreviation AT_T Correct Ans-&
what special character is used to display a phone number on the same line without breaking
Correct Ans-non-breaking hyphen
which special character is sued so "<" is not treated as apart of the following tag Correct Ans-
<
which HTML container is commonly used to use copyright information on a webpage
Correct Ans-footer
which HTML element is a block with no semantic meaning Correct Ans-<div>
uses variables in the form Correct Ans-form method="POST"
, means it uses the variables in the link Correct Ans-form method="GET"
when a user checks a single checkbox in a series of 4 checkboxes, how many items are sent to
the server when the submit button is pushed Correct Ans-one
what radio button attribute is used to allow only one to be selected from a group Correct Ans-
name
what element creates a drop-down menu Correct Ans-
what input type forces the user to enter a valid date Correct Ans-date
what input type is used for phone numbers Correct Ans-tel
what attribute is used to force a user to enter a value into a form Correct Ans-required
what is the preferred approach for using a wedge that may not be currently available on all
browsers Correct Ans-use javascript if not available in HTML
what input type allows the user to select a number without actually typing anything Correct
Ans-range