Introduction to Web Design and HTML5 Practice 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/19

flashcard set

Earn XP

Description and Tags

A set of vocabulary flashcards covering basic HTML structure, specific HTML5 features like local storage and geolocation, and standard web page elements.

Last updated 9:55 AM on 6/25/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

HTML (Hypertext Markup Language)

The widely used markup language for creating web pages that uses symbols and texts translated into a webpage's visual and interactive composition.

2
New cards

HTML5

The fifth revision and latest standard for browsers to display and interact with web pages, designed for efficiency and consistent results on desktop and mobile.

3
New cards

Multimedia Elements

Built-in HTML5 support (video, embed, and audio tags) for integrating multimedia files without needing software plug-ins.

4
New cards

Local Storage

An HTML5 feature that allows web pages to store data on the individual user's browser with larger capacity and greater security than cookies.

5
New cards

Geolocation

An HTML5 feature that allows the web browser to detect and display the specific location of the user, provided the GPS tracking feature is enabled.

6
New cards

Static Website

A website with web pages that are stored on the server in the same format that is sent to the browser and appears the same for all users.

7
New cards

Dynamic Website

A website that automatically changes or customizes itself to display the state of dialogue between users or provide personalized information.

8
New cards

Web Server

A host PC or system responsible for storing and sharing converted texts and symbols to a web display and responding to user requests.

9
New cards

DOCTYPE

The root element of a document that determines translation rules by the World Wide Web; declared in HTML5 as .

10
New cards

In HTML5, a tag used as a hyperlink or as a placeholder if the href attribute is removed.

11
New cards

Paragraph (

)

An element that represents blocks of paragraph where browsers automatically add margins before and after the content.

12
New cards

Break (
)

An empty element that inserts a clear space between lines of content, producing a single line break.

13
New cards

Image ()

A tag used to insert an image into a web page where the source depends on the folder location of the image file.

14
New cards

Horizontal Rule (


)

A divider element that adds a horizontal line across a web page.

15
New cards

Comment

A tag (syntax: ) not visible on the web page used as a bookmark for codes or to hide specific parts of the program.

16
New cards
tag

The tag used to open and close HTML files.

17
New cards
tag

An outline part that handles the CSS, javascript, and title of the web page.

18
New cards

An element placed inside the head that is responsible for the web page title appearing at the tab part of the website.

19
New cards
tag

The part of an HTML outline that contains all the visible contents of the website like headings, paragraphs, and images.

20
New cards

Notepad++

An HTML compiler ideal for creating files for both static and dynamic websites.