1/46
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
|---|
No study sessions yet.
What is HTML?
A Markup Language used to structure web content.
What defines the HTML5 version?
What is the root element of an HTML page?
What tag contains metadata, like the title and CSS link?
What tag contains all the visible page content?
What tag links an external CSS file?
What tag defines the title shown in the browser tab?
What is the most important heading tag?
What tag defines a paragraph?
What tag creates a hyperlink?
What attribute specifies a link's destination URL?
href
What attribute opens a link in a new browser tab?
target="_blank"
What tag is used to embed an image?
What attribute provides the image source URL?
src
What is the essential attribute for image accessibility?
alt (Alternative text)
What is the general-purpose block-level container tag?
What is the general-purpose inline-level container tag?
What tag creates an unordered (bulleted) list?
What tag creates an ordered (numbered) list?
What tag is used for any list item?
What tag defines a description list?
What tag defines a term in a description list?
What tag defines the description/definition in a
What tag defines the main content of a page?
What tag defines the navigation links?
What tag defines the introductory section (e.g., site title)?
What tag defines content that is tangentially related (e.g., a sidebar)?
What tag defines the bottom section, often with copyright info?
What tag defines the author/owner contact information?
What tag is the container for user input fields?
What is the primary tag for a single data input field?
What tag defines a multi-line text input field?
What tag associates text with a form input?
What attribute on an input field ensures it must be filled out?
required
What HTML structure is used to present tabular data?
What tag defines a row in an HTML table?
What tag defines a standard data cell?
What tag defines a header cell?
What attribute merges a cell over multiple columns?
colspan
What attribute merges a cell over multiple rows?
rowspan
What special character is used to display an empty table cell?
(Non-breaking space)
What tag defines an abbreviation or acronym?
What tag defines a specific date/time?
Which content model category do and belong to?
Metadata content
Which content model category includes
Heading content
Which content model category includes elements like and ?
Phrasing content
Why must forms use
Screen readers do not read placeholder value