WorksheetsHTML & CSS Test-1
Total questions: 13
Worksheet time: 7mins
The full form of CSS is:
Coloured Special Sheets
Color and Style Sheets
Cascading Style Sheets
None of the above
How can we change the background color of an element?
(a)
In how many ways can CSS be written in?
1
2
3
4
What type of CSS is the following code snippet?
<h1 style="color:blue;">A Blue Heading</h1>
Inline
External
Embedded
None
What is the smallest header in HTML by default?
h1
h6
h2
h7
How to create an ordered list in HTML?
<ul>
<ol>
<href>
<b>
Which of the following is correct about HTML?
HTML uses user defined tags
HTML uses tags defined within language
both A& B
none
Which of the following tags doesn’t require a closing tag?
<br>
<hr>
both A&B
None
What are the attributes used to change the size of an image?
(a)
Which of the following is the correct syntax for using the HTML style attribute?
<tagname style="property:value";>
<tagname style="property;" >
<tagname style>
None
Which HTML element is used to define description data?
<li>
<dt>
<dd>
<dl>
Which of the following properties is used to change the font of text?
font-family
font-size
text-align
None of the above
How are quotations defined in HTML?
<quote>
<block>
<blockquote>
None of the above
