Introduction to HTML Lecture Notes

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/23

flashcard set

Earn XP

Description and Tags

Comprehensive flashcards covering the history, versions, definitions, and common tags of HTML as presented in the lecture notes.

Last updated 3:14 PM on 8/19/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

24 Terms

1
New cards

Berners-Lee

A physicist working at the European Laboratory for Particle Physics in Geneva, Switzerland, known as the 'father of the web' and the inventor of HTML.

2
New cards

HTML 2.0

The first definitive version of HTML which had most elements but did not support tables or ALIGN attributes.

3
New cards

Dave Raggett

The person who led the development of HTML 3 in late 1995 to upgrade the features and utility of the language.

4
New cards

HTML 3.2

The official version that integrated support for TABLES, image, and heading ALIGN attributes.

5
New cards

HTML 4.01

The current official standard that includes support for proprietary extensions such as FRAMES, EMBED, and APPLET.

6
New cards

HTML

Stands for Hyper Text Markup Language; a markup language used for describing web pages.

7
New cards

Markup Language

A set of markup tags used to describe web pages.

8
New cards

HTML Tags

Keywords surrounded by angle brackets, like , that usually come in pairs and describe web page content.

9
New cards

Start and End Tags

Also called opening and closing tags, these are the pair of tags that surround content in HTML (e.g., and ).

10
New cards

Web Browsers

Software (like Internet Explorer) whose purpose is to read HTML documents and display them as web pages.

11
New cards

HTML Element

Everything from the start tag to the end tag, including the element content.

12
New cards

Nested HTML Elements

HTML elements that contain other HTML elements; most HTML documents consist of these.

13
New cards

Empty Tag

An HTML tag that has no end tag and contains no content, such as
.

14
New cards

Attribute

Additional information provided inside the start tag, such as 'href' in the tag or 'src' in the tag.

15
New cards

HTML Comments

Code written as

16
New cards

An empty tag used to create a line break without starting a new paragraph.

17
New cards

An HTML tag used to create a horizontal rule or line.

18
New cards

Formatting Tags

Tags used to style text, including for bold, for italic, for underline, and for typewriter font.

19
New cards

The tag used to define subscripted text.

20
New cards

The tag used to define superscripted text.

21
New cards

The tag used to define inserted text.

22
New cards

The tag used to define deleted text, recommended over the deprecated or tags.

23
New cards

The tag used to define emphasized text.

24
New cards

The tag used to define strong text.