Introduction to HTML

0.0(0)
studied byStudied by 0 people
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/18

flashcard set

Earn XP

Description and Tags

Vocabulary flashcards covering key terms from the lecture on HTML.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

19 Terms

1
New cards

World Wide Web (Web)

A world-wide collection of electronic documents called web pages.

2
New cards

Web Page

An electronic document that can contain text, images, sounds, video, and hyperlinks.

3
New cards

HTML (HyperText Markup Language)

The primary language used to create web pages; it provides commands for linking pages together.

4
New cards

Mark-up

The process of inserting formatting instructions into a document.

5
New cards

HTML Tag / HTML Command

A command enclosed in angle brackets (e.g., ) that tells the browser how to display content.

6
New cards

Opening Tag

The first tag of a container element, such as

.

7
New cards

Closing Tag

The ending tag of a container element, prefixed with a slash, such as .

8
New cards

Attribute

A modifier placed inside the opening tag of an HTML command to provide additional information.

9
New cards

Attribute Name

The part of an attribute that identifies what is being modified (e.g., align).

10
New cards

Attribute Value

The part of an attribute that assigns the setting, placed in quotes (e.g., "center").

11
New cards

Container Tag

A tag that requires an end tag and usually comes in pairs.

12
New cards

Empty Tag

A tag that does not have (or need) a closing tag.

13
New cards

HTML Document Basic Structure

The standard skeleton: … .

14
New cards
Tag

The root element that encloses the entire HTML document.

15
New cards
Tag

The section that contains metadata about the document, such as the title.

16
New cards

Sets the title of the page displayed in the browser’s title bar or tab.

17
New cards
Tag

Contains all the content (text, images, etc.) that appears in the browser window.

18
New cards

Hypertext

A group of text that acts as a link to another web page.

19
New cards

Server

A host computer that provides services to users, such as storing and retrieving files across the internet.