Introduction to 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

flashcard set

Earn XP

Description and Tags

These flashcards cover key vocabulary and concepts related to HTML, which aid in understanding the structure and function of web pages.

Last updated 8:35 PM on 4/18/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

What does HTML stand for?

HTML stands for HyperText Markup Language.

2
New cards
3
New cards

What is the primary function of HTML?

HTML is used to create web pages with various elements including text, graphics, sound, and video.

4
New cards

What is a tag in HTML?

A tag is a keyword enclosed by angle brackets, such as .

5
New cards

What is the difference between opening and closing tags?

Opening and closing tags use the same command; the closing tag contains an additional forward slash (/).

6
New cards

What does it mean to have nested tags in HTML?

Nested tags occur when HTML tags are placed within other HTML tags, and the nearest tag must be closed first.

7
New cards

What are the essential tags that all web pages should contain?

All web pages should contain , ,

8
New cards

How does the

The

9
New cards

What tag is used to create a new paragraph in HTML?

The

tag is used to create a new paragraph.

10
New cards

How can you change the font of text in HTML?

You can change the font by using the tag.

11
New cards

What attributes can be used with the tag to change text appearance?

Attributes include SIZE, COLOR, and FACE.

12
New cards

How is a heading created in HTML?

A heading is created using the tag, where n is a number from 1 to 7.

13
New cards

What is the purpose of comment statements in HTML?

Comment statements provide notes to explain the code and do not appear on the web page.

14
New cards

What does the attribute affect in HTML?

The , , and attributes define the colors of different states of a link.

15
New cards

What is the structure of an ordered list in HTML?

An ordered list is created using the

    tag with
  1. for each list item.

16
New cards

What is the difference between an ordered list and an unordered list in HTML?

An ordered list uses numbers while an unordered list uses bullets to list items.

17
New cards

What is an HTML form used for?

An HTML form is used to collect user input and information.

18
New cards

What are the main components of a form shell in HTML?

A form shell includes the

tag, the form elements, and the submit button.

19
New cards

How do you create a drop-down menu in HTML?

A drop-down menu is created using the

20
New cards

What is the function of the

tag in HTML?

The

tag is used to create tables for displaying rows and columns of data.