NEW
Font size
WorksheetsQUIZ 2 HTML
Total questions: 10
Worksheet time: 10mins
The HTML …… element defines a line break.
<p>
<tr>
<br>
<b>
The <marquee> tag is a container tag of HTML is implemented for creating …………….. .
scrollable text
heading
paragraph
blink text
A link will appear underlined and blue refer to:
An active link
A inactive link
A visited link
An unvisited link
Using the target attribute _top will:
Load in a new window
Load in the parent frameset
Load in the same frame
Load in the full body of the window
Choose attribute used with TD tag to merge three cells vertically.
merge=colspan3
rowspan=3
colspan=3
merge=row3
Used to clear form and start over.
<input type=”clear”>
<input type=”delete”>
<input type=”reset”>
<input type=”submit”>
Open a link in a same browser.
<a href=”url” target=”_blank”>
<a href=”url” target=”_self”>
<a href=”url” target=”_parent”>
<a href=”url” target=”_top”>
A HTML document where information about the document is placed.
<!DOCTYPE>
<html>…</html>
<head>…</head>
<body>…</body>
Choose the correct HTML for adding a background color.
<body color=”green”>
<background color=”green”>
<body bgcolor=”green”>
<body backgroundcolor=”green”>
Tag that creates a radio button for a form in HTML.
<radiobutton>
<input radiobutton>
<input type=”radio”>
<input type=”radiobutton”>
