HTML Basics and CSS MCQ by V.
HTML Basics and CSS MCQ by V.
17. Which of the following has introduced text, list, box, margin, border, color, and background
properties?
a) HTML
b) PHP
c) CSS
d) Ajax
Ans : CSS
18. Which of the following type of HTML tag is used to define an internal style sheet?
a) <script>
b) <link>
c) <class>
d) <style>
Ans : d) <style>
19. Which of the following CSS property is used to make the text bold?
a) text-decoration: bold
b) font-weight: bold
c) font-style: bold
d) text-align: bold
Ans : (b)
20. Which of the following are the CSS Extension Prefixes for Webkit?
a) -chrome
b) -web
c) -o-
d) -webkit
Ans : (d)
21. Which of the following is the correct syntax to link an external style sheet in the HTML file?
Ans : (a)