Web Development Concepts

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

1/22

flashcard set

Earn XP

Description and Tags

These flashcards cover key concepts and vocabulary related to web development.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

23 Terms

1
New cards

Client-Server Model

A model where a client requests services and a server responds to those requests.

2
New cards

Static Website

A website that presents the same fixed content to every user.

3
New cards

Dynamic Website

A website that generates content in real-time, varying based on user interactions.

4
New cards

IPv4

Internet Protocol version 4 that uses 32-bit addresses.

5
New cards

IPv6

Internet Protocol version 6 that uses 128-bit hexadecimal addresses, offering virtually unlimited addresses.

6
New cards

Proper Nesting of HTML Elements

Ensures elements are opened and closed in the correct order with child elements fully contained within their parent elements.

7
New cards

Semantic HTML

Uses tags that clearly define the meaning and purpose of content.

8
New cards

Non-semantic HTML

Uses generic tags primarily for styling or layout without conveying specific meaning.

9
New cards

CSS Box Model

Controls element size, spacing, and positioning using content, padding, border, and margin.

10
New cards
11
New cards

HTTP

Hypertext Transfer Protocol, used for requests and responses on the web.

12
New cards

URL

Uniform Resource Locator, uniquely identifies a resource on the World Wide Web.

13
New cards

DNS

Domain Name System, used for resolving domain names to IP addresses.

14
New cards

GET Request

A common type of HTTP request used to retrieve a resource from a URL.

15
New cards

POST Request

An HTTP request used to transmit data to a server.

16
New cards

Protocol

A set of rules that partners use when they communicate.

17
New cards

HTTP Response Codes

Standard response codes indicating the status of an HTTP request (e.g., 2xx for success, 4xx for client errors).

18
New cards

Browser Caching

Reduces network traffic by storing previously retrieved resources in the browser.

19
New cards

HTML Document Structure

Consists of DOCTYPE, , , and elements.

20
New cards

Form Control Elements

HTML elements such as ,

21
New cards

Color Models

Systems for representing color in digital images (e.g., RGB, CMYK).

22
New cards

Raster Image

An image composed of pixels with a fixed number of pixels.

23
New cards

Vector Image

An image composed of objects that are resolution independent.