NEW
Font size
WorksheetsCSS QUIZ #3
Total questions: 10
Worksheet time: 5mins
What declaration defines document is an HTML5?
<html>
<!DOCTYPE html>
<head>
<title>
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.
Lay wants to use Arial in her 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%
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
Which of the following elements is responsible for making the text bold in HTML?
<pre>
<a>
<b>
<br>
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 shows the content of the web such as pictures, text, and links?
Body
Head
Style
Folder
Riza is planning to add a list of visitors in her webpage. Which is the correct tag for creating unordered list?
<ol> </ol>
<tr> </tr>
<ul> </ul>
<td> </td>
Which of the following application is webpage editor?
Visual studio code
Notepad ++
Dreamweaver
All of these
Which of the following tag is used for inserting the largest heading in HTML?
<h3>
<h1>
<h5>
<h6>
