MCQOPTIONS
Bookmark
Saved Bookmarks
→
Css
→
Basic Css
→
Which of the following element is used to create a...
1.
Which of the following element is used to create a circle?
A.
<round>
B.
<circle>
C.
<ellipse>
D.
<cir>
E.
None of these
Answer» C. <ellipse>
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
What does this code do?Code:@media only screen and (max-width: 768px) { class*="col-"] { width: 100%; }}
What should be written in the blank of the code for JQuery Code Used to Apply CSS3 Animations?Code:_________ leftmove {100% { transform: translateX(-70px); opacity: 1; }}_________ rightmove {100% { transform: translateX(70px); opacity: 1; }}<script>$(function() {var footerBottom = $("#articlefooter").offset().top + $("#articlefooter").height();$(window).scroll(function() {if ($(this).scrollTop() > (footerBottom - $(window).height())) {131$("#prevpage").css('animation', 'leftmove 1s 2s forwards');$("#nextpage").css('animation', 'rightmove 1s 1s forwards');});});</script>
What should be written in the blank of the code for resizing elements in Responsive Web Design with Transitions.Code:body { background-image: url(fog.jpg); background-size: cover;background-repeat: no-repeat; color: #fff; font-family: Avenir, Arial, sans-serif;}h1 { font-family: 'Calluna Sans', Arial, sans-serif; text-align: center;font-size: 10rem; margin: 8rem auto;}h1 { font-family: 'Calluna Sans', Arial, sans-serif;text-align: center; font-size: 10rem; margin: 8rem auto; transition: 1s font-size linear;}______________ and (max-width: 1100px) {h1 { font-size: 8rem; }
What does this code do?@media only screen and (orientation_ landscape) { body { background-color_ lightblue
What does this code do?_@media only screen and (max-width_ 500px) { body { background-color_ lightblue
What does this code do?
Which of the following element is used to create a circle?
Which of the following element is used to create an SVG ellipse?
Which of the following element is used to create a SVG rectangle?
Which of the following element is used to begin an SVG image?
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply
Your experience on this site will be improved by allowing cookies. Read
Cookie Policy
Reject
Allow cookies