1/39
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
Which HTML element defines navigation links?
Select the type of form control that "disguises" the characters that are typed.
password box
In HTML, which attribute is used to specify that an input field must be filled out?
required
What is the correct HTML for making a text input field
How can you make a bulleted list?
HTML comments start with
True
How can you open a link in a new tab/browser window?
Which tag pair configures a paragraph?
What is the correct HTML for creating a hyperlink?
Choose the correct HTML element for the largest heading
What is the correct HTML element for playing audio files?
Which type of HTML list will automatically number the items for you?
ordered list
Which HTML element defines the title of a document?
Which of these elements are all elements?
<table>, <tr>, <td>
Inline elements are normally displayed without starting a new line.
True
Select the form control from the choices below that may be used to upload a file.
Which HTML element is used to specify a footer for a document or section?
In HTML, what does the
Content aside from the page content
Which of the following is an HTML5 element used to indicate navigational content?
nav
Which element is used to contain a table data cell?
td
What is the correct HTML for making a drop-down list?
Which tag would configure a scrolling text box with the name comments, four rows, and up to thirty characters in a row?
Who is making the Web standards?
The World Wide Web Consortium
Which HTML element is used to specify a header for a document or section?
What is the correct HTML for making a checkbox?
What is the correct HTML for inserting an image?
Which HTML attribute specifies an alternate text for an image if the image cannot be displayed?
alt
What is the correct HTML for adding a background color?
Choose the correct HTML element to define important text
Which doctype is correct for HTML5?
How can you make a numbered list?
What does HTML stand for?
HyperText Markup Language
Block elements are normally displayed without starting a new line.
False
What is the correct HTML element for playing video files?
Choose the tag that would configure a text box with the name "city" and a width of 35 characters.
What is the correct HTML for inserting a background image?
Which tag configures the following text or element to display on a new line?
Which attribute of the
action
Which character is used to indicate a closing tag?
/