WorksheetsEnd of the course quiz
Total questions: 20
Worksheet time: 10mins
In HTMl, tables are created _____ by _____
Row by Row
Column by Row
Column by Column
What is foreground color?
Background color
Color of elements
Color of texts
border-color is used in elements to
To color the text
To color the backgroud
To color the boxes
_________ property controls the gap between boxes
Padding
Margin
Display
Each cell of a table is represented using _______ element.
<th>
<tr>
<td>
<style> tag will be written inside
<head>
<body>
<p>
HTML is a case sensitive language
True
False
What tag is used to add a line break in the middle of a paragraph?
<hr/>
<br>
<br/>
What tag is used to write italic texts?
<b>
<italic>
<i>
HTML files are saved with ________ extension.
.html
.css
.doc
Ordered list are written using _____ tag
<li>
<ul>
<ol>
To insert a horizontal line in between paragraphs _______ tag is used.
<br/>
<line>
<hr/>
Colors in HTML can be written in RGB values or Hex codes or Color names
True
False
text-transform property is used in CSS to ________
Convert text to uppercase
Change text color
Convert text to bold
What attribute is used with <a> to write the URL?
link
url
href
Class attribute is used to ____________
Distinguish an element and use it in CSS
It has no use
Direct user to another page
Expand URL
Uniform Research Locator
Uniform Resource Locator
Uniform Resource Live
What are the two parts of declaration?
Property and value
Name and Value
Property and selector
___________ is a way to design a website service at the structural level.
HTML
CSS
Wire framing
Are you confident to write a HTML program?
Yes
No
