NEW
Font size
WorksheetsQUIZ 1
Total questions: 20
Worksheet time: 2hrs 40mins
What does HTML stand for?
Home Tool Markup Language.
Hyper Text Markup Language.
Hyperlink Tool Markup Language.
Hyper and Text Markup Language.
A __________________ is used to display a web page on the screen of a computer.
link
server
browser
database
Who is making the Web standards?
Google.
Mozilla Firefox.
Internet Explorer.
The World Wide Web Consortium.
Choose the correct HTML element for the largest heading?
<h1>
<h6>
<head>
<heading>
What is the correct HTML element for inserting a line break?
<lb>
<br>
<break>
</break>
What is the correct HTML for adding a background color?
<body bg="yellow">
<background>yellow</background>
<body style="background-color:yellow;">
None of the above.
Choose the correct HTML element to define important text?
<b>
<i>
<strong>
<important>
Choose the correct HTML element to define emphasized text?
<i>
<em>
<italic>
<strong>
What is the correct HTML for creating a hyperlink?
<a>http://www.upsi.edu.my</a>
<a href="http://www.upsi.edu.my">UPSI</a>
<a url="http://www.upsi.edu.my">UPSI.my</a>
<a name="http://www.upsi.edu.my">UPSI.my</a>
Which character is used to indicate an end tag?
*
/
<
^
Which character is used to indicate an end tag?
*
/
<
^
Which of these elements are all <table> elements?
<table><tr><td>
<table><tr><tt>
<thead><body><tr>
<table><head><tfoot>
What is the correct HTML for making a drop-down list?
<list>
<select>
<input type="list">
<input type="dropdown">
An <iframe> is used to display a web page within a web page.
True.
False.
HTML comments start with <!-- and end with -->.
True.
False.
Block elements are normally displayed without starting a new line.
True.
False.
The syntax <textarea> is the correct HTML for making a text area?
True.
False.
In HTML, you can embed SVG elements directly into an HTML page.
True.
False.
The HTML global attribute, "contenteditable" is used to specify whether the content of an element should be deletable or not.
True.
False.
Range input type defines a slider control?
True.
False.
