adplus-dvertising

Welcome to the HTML and CSS MCQs Page

Dive deep into the fascinating world of HTML and CSS with our comprehensive set of Multiple-Choice Questions (MCQs). This page is dedicated to exploring the fundamental concepts and intricacies of HTML and CSS, a crucial aspect of Web Technologies. In this section, you will encounter a diverse range of MCQs that cover various aspects of HTML and CSS, from the basic principles to advanced topics. Each question is thoughtfully crafted to challenge your knowledge and deepen your understanding of this critical subcategory within Web Technologies.

frame-decoration

Check out the MCQs below to embark on an enriching journey through HTML and CSS. Test your knowledge, expand your horizons, and solidify your grasp on this vital area of Web Technologies.

Note: Each MCQ comes with multiple answer choices. Select the most appropriate option and test your understanding of HTML and CSS. You can click on an option to test your knowledge before viewing the solution for a MCQ. Happy learning!

HTML and CSS MCQs | Page 4 of 15

Q31.
Currently clicking and holding down the mouse button on represents ___________ pseudo class.
Discuss
Answer: (c).a:active
Q32.
Following CSS code is written. Guess in which color link will be displayed if user has not clicked on any of the link before.
<style>
            a:link {
                color:#FF0000;
            }
            a:visited {
                color:#00FF00;
            }
            a:hover {
                color:#FF00FF;
            }
            a:active {
                color:#0000FF;
            }
        </style>
Discuss
Answer: (b).#FF0000
Q33.
Which property is used to specify typefaces ?
Discuss
Answer: (a).font-family
Q34.
How many type faces inside property "font-family" ?
Discuss
Answer: (c).No Limit
Q35.
Fonts such as Times New Roman which have spaces in between must be wrapped inside ______ .
Discuss
Answer: (a).Quotation Mark
Q36.
Which of the following fonts are Generic Fonts ?
Discuss
Answer: (d).All of the above
Q37.
"Courier / Courier New" resembles following generic font family -
Discuss
Answer: (a).monospace
Q38.
Multiple font faces are separated by __________ .
Discuss
Answer: (b).Comma
Q39.
A group of font families with a similar look -
Discuss
Answer: (a).Generic Families
Discuss
Answer: (a).whether element have sub element or not
Page 4 of 15

Suggested Topics

Are you eager to expand your knowledge beyond Web Technologies? We've curated a selection of related categories that you might find intriguing.

Click on the categories below to discover a wealth of MCQs and enrich your understanding of Computer Science. Happy exploring!