HTML Flashcards

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

1/45

flashcard set

Earn XP

Description and Tags

A comprehensive set of vocabulary flashcards covering basic HTML tags, structure, formatting, lists, tables, forms, and layout elements.

Last updated 11:48 AM on 5/21/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

46 Terms

1
New cards

Specifies that the document is written in HTML5.

2
New cards

The starting tag that wraps all content in an HTML document.

3
New cards

Contains metadata and information about the HTML document.

4
New cards

Sets the name of the website displayed on the browser tab.

5
New cards

Contains all the visible content of the website.

6
New cards

The biggest heading tag.

7
New cards

The smallest heading tag.

8
New cards

Formats text to be bold.

9
New cards

Formats text to be italic.

10
New cards

Formats text to be underlined.

11
New cards

Highlights the enclosed text.

12
New cards

Displays the enclosed text in a smaller size.

13
New cards

Displays text with a strikethrough, indicating it is deleted.

14
New cards

Formats text as superscript, such as in x2x^2.

15
New cards

Formats text as subscript.

16
New cards

Defines a paragraph of text.

17
New cards

Creates a new line break.

18
New cards

Creates a horizontal line to separate content.

19
New cards

Creates a clickable link; requires an href attribute for the destination.

20
New cards

Used to embed an image; requires src and alt attributes.

21
New cards

src

An attribute for the image tag that specifies the path to the image file.

22
New cards

alt

An attribute for the image tag that provides a text description of the image.

23
New cards

    Defines an unordered list using bullets.

    24
    New cards

      Defines an ordered list using numbers.

      25
      New cards
    1. Defines an individual list item within a

        or
          .

      26
      New cards

      The container tag for creating a table.

      27
      New cards

      Defines a row within a table.

      28
      New cards

      Defines a standard cell within a table row.

      29
      New cards

      Used for header cells in a table, such as 'Name' or 'Age'.

      30
      New cards

      Creates an input field for plain text.

      31
      New cards

      Creates an input field specifically for passwords.

      32
      New cards

      An input field for entering email addresses.

      33
      New cards

      Creates a button used to submit a form.

      34
      New cards

      A block-level container for other elements.

      35
      New cards

      An inline container for content.

      36
      New cards

      Defines content for the top of the page.

      37
      New cards

      Used for a set of navigation links.

      38
      New cards

      Defines a specific section of the page content.

      39
      New cards

      Defines independent or self-contained content.

      40
      New cards

      Used for sidebar content away from the main text.

      41
      New cards

      Defines content for the bottom of the page.

      42
      New cards

      Used to embed video content; requires a src attribute and can include controls.

      43
      New cards

      Used to embed audio files; requires a src attribute and can include controls.

      44
      New cards

      A multi-line text input area.

      45
      New cards

      Used in conjunction with

      46
      New cards

      Used to embed another document or website within the current page via a src attribute.