Font size
WorksheetsHTML Quiz <html>
Total questions: 10
Worksheet time: 3mins
What is the first thing we have to write in the code
(a)
how to create a table
<td>
</tc>
<table>
<tr>
What does HTML stand for ?
Hiper text markup language
Hiperlink and text markup language
home tool markup language
Choose the correct HTML element for the largest heading:
<head>
<h6>
<h1>
<heading>
What is the correct HTML element for inserting a line break?
<br>
<break>
<lb>
What is the correct HTML for creating a hyperlink?
<a href="https://www.google.com/">Google</a>
<a> href="https://www.google.com/"Google</a>
<a href="https://www.google.com/"></a>
Which character is used to indicate an end tag?
/
^
*
<
Which of these elements are all <table> elements?
<table><tr><td>
<table><head><tfoot>
<table><tr><tt>
<thead><body><tr>
What is the correct HTML for inserting an image?
<img href="image.gif" alt="MyImage">
<image src="image.gif" alt="MyImage">
<img alt="MyImage">image.gif</img>
<img src="image.gif" alt="MyImage">
Which HTML element defines the title of a document?
<meta>
<title>
<head>
