NEW
Font size
WorksheetsHTML_ONTAP_1
Total questions: 15
Worksheet time: 7mins
What does HTML stand for?
Hyperlinks and Text Markup Language
Hyper Text Markup Language
Home Tool Markup Language
Choose the correct HTML element for the largest heading:
<head>
<heading>
<h6>
<h1>
is the correct HTML for adding a background color?
<background>yellow</background><body bg="yellow"><body >
Next ❯
Study HTML in our HTML Tutorial
<background>yellow</background>
<body bg="yellow"><body >
<body style="background-color:yellow;">
What is the correct HTML for creating a hyperlink?
Which character is used to indicate an end tag?
^
/
<
*
How can you open a link in a new tab/browser window?
<a href="url" target="new">
<a href="url" target="_blank">
<a href="url" new>
Which of these elements are all <table> elements?
<thead><body><tr>
<table><head><tfoot>
<table><tr><tt>
<table><tr><td>
How can you make a numbered list?
<list>
<dl>
<ol>
<ul>
How can you make a bulleted list?
<dl>
<ol>
<list>
<ul>
What is the correct HTML for inserting an image?
<img href="image.gif" alt="MyImage">
<image src="image.gif" alt="MyImage">
<img src="image.gif" alt="MyImage">
<img alt="MyImage">image.gif</img>
Which HTML attribute specifies an alternate text for an image, if the image cannot be displayed?
alt
src
title
longdesc
What is the correct tag name for a table-row in HTML?
<tr>
<td>
<th>
What is the correct tag name for a table-cell in HTML?
<tc>
<td>
<tr>
What is the correct HTML attribute for specifying how many rows a cell should span?
span
rowspan
spanning
What is the correct CSS property for styling the width of a table?
size
table-size
width
