Part 6: HTML

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/19

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 5:52 AM on 4/10/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

20 Terms

1
New cards

_____ is the standard language used to structure content on a web page.

HTML

2
New cards

A(n) _____ _____ is the way an HTML page is organized so the browser knows how to read and display it.

document structure

3
New cards

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

4
New cards

_____ are used to show titles and subheadings on a web page, usually from most important to least important.

headings

5
New cards

A(n) _____ is used to display a block of regular text on a web page.

paragraph

6
New cards

_____ are used to group related items together in order or without order.

lists

7
New cards

A(n) _____ lets a user click and go to another page, file, section, or website.

link

8
New cards

A(n) _____ is used to display a picture on a web page.

image

9
New cards

A(n) _____ is used to organize data into rows and columns.

table

10
New cards

A(n) _____ is used to collect information from a user, such as their name, email, or password.

form

11
New cards

A(n) _____ is a field inside a form where a user can enter or choose data.

input

12
New cards

A(n) _____ tells the user what a form control is for.

label

13
New cards

A(n) _____ is a clickable element that usually submits a form or triggers an action.

button

14
New cards

_____ HTML means using tags based on their meaning and purpose instead of just how they look.

Semantic

15
New cards

Tags like _____, _____, _____, _____, _____, and _____ are semantic elements that describe the role of different parts of a page.

header, main, section, article, nav, footer

16
New cards

_____ HTML matters because it improves structure, readability, accessibility, and how tools like search engines understand the page.

semantic

17
New cards

_____ basics are the basic practices that help make a website usable for people with different needs and abilities.

accessibility

18
New cards

A(n) _____ text is a written description of an image that helps screen readers explain the image to users.

alt

19
New cards

_____ form controls correctly means making sure each input is connected to the right label so users know what information to enter.

Labeling

20
New cards

_____ 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