1/24
Vocabulary-style flashcards covering core HTML elements and CSS styling properties derived from the lecture transcript.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
HTML
HyperText Markup Language
HTML Usage
Creates the structure and content of web pages.
HTML tag
A keyword in angle brackets defining an element.
Difference between
andHead stores metadata; Body stores visible content.
Headings from largest to smallest.
Tag for image.
src
Image source attribute.
Block container.
Inline container.
CSS
Cascading Style Sheets
Purpose of CSS
Styles web pages.
CSS syntax
selector { property: value; }
Text color
color
Background color
background-color
Margin
Outside spacing
Padding
Inside spacing
Enable Flexbox
display: flex;
Horizontal Flex
justify-content
Vertical Flex
align-items
Position values
static, relative, absolute, fixed, sticky
Transform
transform
Transition
transition
ID selector
Class selector
.class