HTML Basics - Vocabulary Flashcards (Saint Michael's College of Laguna)

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

A set of vocabulary flashcards covering key HTML concepts from the lecture notes.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

19 Terms

1
New cards

HTML (HyperText Markup Language)

The standard markup language for creating and structuring web pages; tells a browser how to display text, images, and other content.

2
New cards

HTML 1.0 (1993)

The first HTML version that allowed basic web pages with text, links, and images.

3
New cards

HTML 2.0 (1995)

Version that added forms and tables, making web pages more interactive and able to organize information.

4
New cards

HTML 3.2 (1997)

Version that introduced support for JavaScript to create dynamic and interactive pages.

5
New cards

HTML 4.01 (1999)

Version that introduced CSS support, enabling control over colors, fonts, and layouts and separating content from design.

6
New cards

HTML5 (2014)

Modern HTML version that supports multimedia (video and audio) without plugins and adds new elements and APIs for richer, accessible experiences.

7
New cards

CSS (Cascading Style Sheets)

Styling language used with HTML to control presentation—colors, fonts, layouts, and overall look.

8
New cards

JavaScript

Scripting language used to make web pages interactive and dynamic.

9
New cards

CSS3

The third major version of CSS, providing advanced styling features used with HTML5 for responsive design.

10
New cards

Responsive design

Design approach where websites adapt to different screen sizes and devices (phone, tablet, computer).

11
New cards

An HTML5 element for embedding video content in a web page without plugins.

12
New cards

An HTML5 element for embedding audio content in a web page without plugins.

13
New cards

Accessibility

Designing websites to be usable by everyone, including people with disabilities; often involves semantic HTML and assistive technologies.

14
New cards

Screen reader

Assistive technology that reads web page content aloud for visually impaired users, relying on proper HTML semantics.

15
New cards

Tim Berners-Lee

Inventor of the World Wide Web and creator of HTML in 1991; often called the Father of the Web.

16
New cards

World Wide Web

Global system of interconnected documents and resources linked via the Internet, the medium for HTML-based pages.

17
New cards

Web development

The process of building and maintaining websites, using HTML with CSS and JavaScript to create functional pages.

18
New cards

Content structuring

HTML organizes text, images, and other elements on a webpage, acting as a blueprint for layout.

19
New cards

Separation of content and design

Concept where HTML handles content while CSS handles presentation, enabling flexible and easier updates.