CSS Introduction
- Is it the best way to include H1 heading only one time in the web page. State true or false.
-
View Hint View Answer Discuss in Forum
NA
Correct Option: B
It is good pratice to inlcude H1 heading only once and to use H2-H6 heading in others areas.
- Which of the following measurement represent seconds?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
#a2 {transition-property: color; transition-duration: 1s;}
- What module introduces the ability to modify CSS property values over time, such as position or color, to create animated layouts?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
Visit www.w3.org/TR/css3-animations to know more about it.
- What module defines the management of generated content for print output, including crop mark indication, header/footer handling, and much more?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: D
Visit www.w3.org/TR/css3-gcpm to know more about it.
- What module defines the handling of lists, including marker styles and some aspects of counters?
-
View Hint View Answer Discuss in Forum
NA
Correct Option: C
Visit www.w3.org/TR/css3-lists to know more about it.