Podcast
Questions and Answers
CSS
CSS
- (correct)
- XML
- JavaScript
- HTML
H1
H1
- div
- p
- span
- h1 (correct)
CSS
CSS
- Internal (correct)
- External
- InlineInternal
- InlineExternal
P
P
H1
H1
Flashcards are hidden until you start studying
Study Notes
Styling with CSS
- CSS (Cascading Style Sheets) is used to control the layout and visual styling of web pages written in HTML
- CSS consists of rules, known as styles, that are applied to elements on a web page
- CSS styles can be applied in three ways:
- Inline: using the
style
attribute within an HTML element - Internal: using the `
- Inline: using the
CSS简介
- CSS(层叠样式表)用于控制HTML网页的布局和视觉样式
- CSS由规则组成,称为样式,应用于网页上的元素
CSS应用方式
- 内联样式:使用HTML元素的style属性
- 内部样式:使用HTML文档的 `
Studying That Suits You
Use AI to generate personalized quizzes and flashcards to suit your learning preferences.