Which CSS properties can you use to create a rounded corner on just the top-left and top-right corners of an element?cssA. border-radius: 10px 10px 0 0;B. border-top-left-radius: 10px; and border-top-right-radius: 10px;C. border-radius: 10px 0;D. border-top-radius: 10px;

🎲 Try a Random Question  |  Total Questions in Quiz: 114  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
CSS Quiz — practice the complete quiz, review flashcards, or try a random question.

CSS MCQs For LinkedIn Skill Assessments.


Which CSS properties can you use to create a rounded corner on just the top-left and top-right corners of an element?<br>css<br>A. border-radius: 10px 10px 0 0;<br>B. border-top-left-radius: 10px; and border-top-right-radius: 10px;<br>C. border-radius: 10px 0;<br>D. border-top-radius: 10px;<br>