1/19
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
_____ is the standard language used to structure content on a web page.
HTML
A(n) _____ _____ is the way an HTML page is organized so the browser knows how to read and display it.
document structure
In a basic HTML page, the _____ element wraps the whole document, the _____ element holds information about the page, and the _____ element holds the visible content.
html, head, body
_____ are used to show titles and subheadings on a web page, usually from most important to least important.
headings
A(n) _____ is used to display a block of regular text on a web page.
paragraph
_____ are used to group related items together in order or without order.
lists
A(n) _____ lets a user click and go to another page, file, section, or website.
link
A(n) _____ is used to display a picture on a web page.
image
A(n) _____ is used to organize data into rows and columns.
table
A(n) _____ is used to collect information from a user, such as their name, email, or password.
form
A(n) _____ is a field inside a form where a user can enter or choose data.
input
A(n) _____ tells the user what a form control is for.
label
A(n) _____ is a clickable element that usually submits a form or triggers an action.
button
_____ HTML means using tags based on their meaning and purpose instead of just how they look.
Semantic
Tags like _____, _____, _____, _____, _____, and _____ are semantic elements that describe the role of different parts of a page.
header, main, section, article, nav, footer
_____ HTML matters because it improves structure, readability, accessibility, and how tools like search engines understand the page.
semantic
_____ basics are the basic practices that help make a website usable for people with different needs and abilities.
accessibility
A(n) _____ text is a written description of an image that helps screen readers explain the image to users.
alt
_____ form controls correctly means making sure each input is connected to the right label so users know what information to enter.
Labeling
_____ accessibility basics means making sure a user can move through and use a page with keys like Tab, Enter, and Space instead of only a mouse.
Keyboard