WorksheetsCSS quiz No. 4 (4th qtr)
Total questions: 15
Worksheet time: 8mins
Which of the following tag is used for inserting the largest heading in HTML?
<h3>
<h1>
<h5>
<h6>
Which of the following application is webpage editor?
Visual studio code
Notepad ++
Dreamweaver
All of these
You are planning to add a list of visitors in your webpage. Which is the correct tag for creating unordered list?
<ol> </ol>
<tr> </tr>
<ul> </ul>
<td> </td>
Which of the following shows the content of the web such as pictures, text, and links?
Body
Head
Style
Title
What is the correct order?
Head, Title, HTML, body
HTML, Body, Title, Head
HTML, Head, Title, Body
Head, Body, HTML, Title
Which of the following elements is responsible for making the text bold in HTML?
<pre>
<a>
<b>
<br>
What is the use of this tag, <img src=”flower.jpg”/>. ?
Insert reference for another website
Insert an image in HTML
Reference if the picture is missing on a page
Insert link
If you want to use Arial in your webpage heading. What is the correct tag for setting the font to Arial?
h1 {font-family:arial;}
h1 {font-arial;}
heading 1 {font-family:arial;}
font-size:150%
Which of the following defines <style> </style>?
Tells the browser the file is an html document
Insert multiple images
Sets formatting elements on a web page
Contains the heading on a web page
What declaration defines document is an HTML5?
<html>
<!DOCTYPE html>
<head>
<title>
Which tag defines a cell in table?
<td> </td>
<tr> </tr>
<th> </th>
<table> </table>
What is the missing tag to finish the HTML code to make an ordered list?
<dl> </dl>
<ol> </ol>
<ul> </ul>
<list> </list>
Which tag use to add a list item with the text “coffee” inside the unordered list?
<ol> </ol>
<dl> </dl>
<li> </li>.
<dt> </dt>
What tag will not show up on your webpage but at the top of a browser?
Title
Body
Img
Table
Which of the following list tag defines a term in description list?
<ul>
<ol>
<dt>
<dd>
