InterviewSolution
Saved Bookmarks
| 1. |
In CSS, “font-size” can be called as ________(a) Selector(b) Rule(c) Property(d) Property-NameI had been asked this question in an online interview.This interesting question is from Introduction to CSS in section CSS Fundamentals, Colors and Styling of CSS |
|
Answer» RIGHT CHOICE is (d) Property-Name Explanation: In CSS, FONT-size is a property-name which increases/decreases the font of TEXT. |
|