Font size
WorksheetsCSD-Q9
Total questions: 11
Worksheet time: 9mins
An HTML document can have multiple body tages
YES
NO
How many different headings exist in HTML?
(a)
Set Background color of tag p
<p style=" background-color:blue;">Paragraph</p>
<p>background-color:blue;</p>
<p >Paragraph</p style=" background-color:blue;">
How many methods to apply CSS into HTML?
1
2
3
4
border attribute of CSS syntax
border: 1px solid green;
border:solid green;
border : green;
border-width:1px; border-style:solid;
border-color:green
tag a syntax:
<a src="home.html">Link</a>
<a>Link</a>
<a href="home.html>LInk</a>
tag a syntax:
<a src="home.html">Link</a>
<a>Link</a>
<a href="home.html>LInk</a>
What is bug ?What is Debugging?
(a)
List CSS attributes at least 7. but not include example.
example : font-size, width height
(a)
Write 3 methods of CSS to apply style into HTML
(a)
Why we need to use class?
example <div class="container">
<p>Hello world</p>
<pre>*********John*****</pre>
</div>
(a)
