1/6
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced |
---|
No study sessions yet.
What is linear-gradient?
CSS function which creates a visual transition between two or more colors.
How would you make an <h1>
element invisible on the page?
opacity
values range from 0
(transparent) to 1
(opaque).
Changes text color to BLUE
h1 {
color: blue;
}
What added syntax overwrites any other color syntax?
!important
font-family property controls what?
the typeface used by the element
What does HTML , CSS , JavaScript , SQL do?
HTML — structures website content
CSS — applies styling to websites
JavaScript — adds interactivity to websites
SQL — allows your web application to store and retrieve data
HTML Anatomy: