WorksheetsHTML
Total questions: 13
Worksheet time: 7mins
The <title> element must be located inside
<head> element.
<body> element.
<img> element
all of above
Where we can use <style> tag ?
just in <head> element
just in <body> element
in <head> and in <body> elements
Which tag would you use to create a hyperlink?
<img>
<a>
<dl>
What is the HTML element to display an image?
<image>
<picture>
<img>
<pic>
How you can make a text an italic?
<em>Some text.</em>
<i>Some text.</i>
<strong>Some text.</strong>
<italic>Some text.</italic>
Which of the following table tags is used to create a table row?
<th>
<td>
<tr>
<table>
What is the correct HTML tag for a new paragraph?
<paragraph>
<p>
<pre>
What HTML form input should we use to present multiple options, but to select only one?
<input type="text">
<input type="checkbox">
<input type="radio">
When we need to create unordered list which markup we need to use?
<ul>
<ol>
<li>
How you can make a text bold?
<strong>
<em>
<b>
Can we use table inside table?
yes
no
H6 is the smallest header tag.
True
False
Which of the following table tags is used to create a table header cells?
<th>
<td>
<tr>
<table>
