WorksheetsHTML & CSS Quiz
Total questions: 10
Worksheet time: 3mins
Which character is used to represent the closing of a tag in HTML?
\
/
!
.
Which tag is used for defining a paragraph?
<h1>
<para>
<p>
<p1>
How to add a comment in HTML?
<!-- --!>
<!-- -->
//
<-- -->
Which tag is used to add image?
<img src="url">
<img src=url>
<image src="url">
<image src=url>
How do we create a bulleted list?
<li>
<ul>
<list>
<bl>
How to add comment in CSS?
/* */
/* /*
/ /
/* /
Which tag is used to apply CSS to only a part of text?
<part>
<br>
<div>
<span>
Which one of the options is not a valid heading tag?
<h1> </h1>
<h2> </h2>
<h7> </h7>
<h4> </h4>
Which of the following tag is used for inserting the largest heading in HTML?
h6
h
h1
header
The below statement adds spacing to an element in which order?
padding: 20px 10px;
20px to top & right
10px to bottom and left
20px to top & left
10px to right and right
20px to top & bottom
10px to right and left
None of these
