InterviewSolution
Saved Bookmarks
| 1. |
Which of the following property is used to round border corners?(a) border-corner(b) border-round(c) border-radius(d) none of the mentionedThe question was asked during an online exam.This is a very interesting question from Styling Lists and Navigation Menus in division CSS Text, Borders and Images of CSS |
|
Answer» RIGHT CHOICE is (C) border-radius To EXPLAIN: SYNTAX: border-left: border-width border-style border-color; |
|