Introduction to Wireframing, HTML, and CSS

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/5

flashcard set

Earn XP

Description and Tags

Practice flashcards covering key concepts from the Introduction to Wireframing, HTML, and CSS lecture.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

6 Terms

1
New cards

What is the purpose of wireframes in web development?

Wireframes are initial, low-fidelity designs used to focus on basic layout, structure, and user flow without styling or detailed content.

2
New cards

What are the characteristics of wireframes?

Wireframes are typically black and white, show layout and functionality, and do not include specific styling, colors, or content.

3
New cards

What tool is mentioned for creating wireframes?

Miro is introduced as a tool for creating wireframes, offering pre-built UI elements and icons.

4
New cards

What is HTML and what is its purpose?

HTML (Hypertext Markup Language) is a markup language that defines the content and structure of web pages.

5
New cards

What are the components of an HTML element?

An HTML element consists of an opening tag, content, and a closing tag (e.g.,

This is a paragraph.

).

6
New cards

What does a standard HTML document include?

A standard HTML document includes a document type declaration, meta-information, and the structure for content.