HTML Review Flashcards

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

1/17

flashcard set

Earn XP

Description and Tags

Flashcards to review key concepts from HTML lecture notes.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

18 Terms

1
New cards

Inline images

Images that are placed in line with surrounding content.

2
New cards

Web browser

A software program that retrieves a document from a web server and renders it locally in a readable form.

3
New cards

Markup language

A language used to describe the content and structure of documents.

4
New cards

Hypertext Markup Language (HTML)

Web pages are text files written in this language.

5
New cards

Title element

Part of the document head, not displayed on the web page, but appears in the browser tab.

6
New cards

hr

Marks a thematic break such as a scene change or transition to a new topic.

7
New cards

Style sheet

A separate document describing the exact appearance of each page.

8
New cards

Web pages

Documents on the web stored on web servers.

9
New cards

UTF-8

The most common character encoding in use.

10
New cards

blockquote

Marks an extended quote.

11
New cards

Web browser

A software program to access web pages.

12
New cards

Strong element

Marks text of great importance.

13
New cards

Semantic elements

HTML sectioning elements where the tag name describes the purpose and content type.

14
New cards

html element

The top element in the HTML hierarchy, containing all other elements.

15
New cards

Element attributes

Provides additional information about the purpose of the element or how it should be handled.

16
New cards

Doctype

Processing instruction indicating the markup language used in a document.

17
New cards

White-space

Blank spaces, tabs, and line breaks found within a file.

18
New cards

Element tag

Marks a component in the document.