Web and HTML Vocabulary

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

1/15

flashcard set

Earn XP

Description and Tags

Flashcards covering key vocabulary related to the web, HTML, URLs, and related concepts.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

16 Terms

1
New cards

Internet

A system of interconnected networks that uses the Internet Protocol Suite (TCP/IP).

2
New cards

Hypertext

Text with links to other texts.

3
New cards

Web client

Node that requests a resource form a Web server.

4
New cards

Web server

Node that stores resources and delivers them upon request.

5
New cards

Web browser

Applications running on a Web client that displays resources to a user and allow selection/navigation.

6
New cards

HTTP (HyperText Transfer Protocol)

Means by which a browser fetches a resource from a server, where messages are text strings and the server responds with the resource or an error code.

7
New cards

HTTPS

HTTP wrapped-up in an encrypted stream to thwart eavesdropping.

8
New cards

URL (Uniform Resource Locator)

A way of specifying the type and location of a resource and the way of accessing it.

9
New cards

Scheme (in URL)

Protocol to be used to reach the resource (e.g., http, https, ftp, pop).

10
New cards

Domain (in URL)

Where the resource is located (e.g., google.co.uk).

11
New cards

Port (in URL)

Network port used by the server to serve requests; defaults to the scheme's default, e.g., 80 for http.

12
New cards

Path (in URL)

Relative location of the resource.

13
New cards

Query (in URL)

Key/value pairs specifying parameters to be passed to the resource.

14
New cards

Fragment (in URL)

Identifies a point within the resource.

15
New cards

HTML (HyperText Markup Language)

Describes the structure and content of a document using tags.

16
New cards

HTML Validation

Ensures structural and syntactic correctness, compatible with all browsers and other processors.