In this code, what is the term for the h1? h1 { color: red; font-size: 5em; }
h1{ color: red; font-size: 5em; }In the above example, h1 is a Selector.
save
listen
AI Answer
In this code, what is the term for the h1? h1 { color: red; font-size: 5em; }
0
h1 {
color : red ;
font-size : 5em ; } In the above example, h1 is a Selector.
asked
Apu
0 answers
2915
h1 {
color : red ;
font-size : 5em ; } In the above example, h1 is a Selector.
Answer Link
answered
Apu