Web Development Concepts and Principles

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

1/29

flashcard set

Earn XP

Description and Tags

These flashcards cover key concepts and definitions related to HTML, CSS, web design, and development principles essential for understanding web technologies.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

30 Terms

1
New cards

Specifies the document type and version of HTML being used in the document.

2
New cards

The root element that encloses the entire HTML document.

3
New cards

Section that contains metadata and links to external resources.

4
New cards

Section that contains the visible content of the webpage.

5
New cards

Element content that appears in the browser's title bar or tab.

6
New cards

semantic markup

Using HTML elements that convey the meaning and structure of content.

7
New cards

browser’s rendering engine

Processes HTML, CSS, and JavaScript code to visually render webpages.

8
New cards

external style sheet

Centralizes styling rules for easier maintenance across multiple webpages.

9
New cards

XML and HTML

XML is for storing data, while HTML is used for creating webpages.

10
New cards

HTML5 syntax

A more relaxed syntax with self-closing tags and optional quotation marks.

11
New cards

well-formed document

An XML or HTML document that adheres to syntax rules with correctly nested elements.

12
New cards

document metadata

Information about the document such as title, author, and keywords.

13
New cards

metadata in

Stored using elements like

14
New cards

sectioning elements

New HTML elements like

,
, and

15
New cards

element

Provides a drawing surface for creating graphics, animations, and interactive content.

16
New cards

Target Audience

Understanding demographics, preferences, and behaviors of intended users.

17
New cards

Usability

Designing an intuitive interface to enhance the user experience.

18
New cards

Mobile-Friendliness

Optimizing websites for usability on mobile devices.

19
New cards

Browser Compatibility

Ensuring the website functions correctly across different web browsers.

20
New cards

SEO

Applying techniques to improve the website's visibility and ranking.

21
New cards

Responsive Design

Layouts that adapt to different screen sizes for consistent user experience.

22
New cards

Cascading Style Sheets (CSS)

Used to control the layout and presentation of web pages.

23
New cards

box model

Describes layout with content area, padding, border, and margin.

24
New cards

float property

Allows elements to be removed from the normal document flow.

25
New cards

clear property

Specifies if an element should move below floating elements.

26
New cards

flexible layout

Layouts that adapt to various screen sizes, enhancing user experience.

27
New cards

fixed layout

Layouts that maintain consistent design regardless of screen size.

28
New cards

margin property

Used to add gutters between columns of text.

29
New cards

Commonly used to contain the content section of a web page.

30
New cards

clickable links

Descriptive text that indicates the purpose of the link.