Font size
WorksheetsHTML Tags
Total questions: 15
Worksheet time: 9mins
Choose the correct answer. Uploads audio content to a web page.
<audio>
<a>
<media>
<m>
Used to add comments
(a)
What tag does the Paragraph stand for?
<b>
<h1>
<p>
<paragraph>
Choose the correct answer. Creates hypertext links.
<a>
<h>
<link>
<c>
Choose the correct answer. Represents the body of the document
<d>
<b>
<c>
<body>
Choose the correct answer. Horizontal line for thematic division of paragraphs
<hr>
<hp>
<h>
<r>
What are paired tags?
These are the opening tags
These are closing tags
These are tags consisting of an opening and closing tag
These are tags consisting only of the opening tag
Which tag is used for the list in this case?
Which tag makes the text bold?
<u>
<b>
<i>
<strong>
Tags for text
<p>
<table>
<a>
<tr>
List item <ul>
<li>
<al>
<l>
<il>
Where is the title tag in HTML?
The HTML <title> tag is used for indicating the title of the HTML document. The body title is placed between the <html> and the </html> tags. HTML document title is visible via browser's title bar.
The HTML <title> tag is used for indicating the title of the HTML document. The body title is placed between the <script> and the </script> tags. HTML document title is visible via browser's title bar.
The HTML <title> tag is used for indicating the title of the HTML document. The body title is placed between the <body> and the </body> tags. HTML document title is visible via browser's title bar.
The HTML <title> tag is used for indicating the title of the HTML document. The body title is placed between the <head> and the </head> tags. HTML document title is visible via browser's title bar.
What is the tag used to insert title?
<title>
<head>
<in>
<h1>
Which of the tags are not paired?
<TABLE>
<IMG>
<TR>
<BODY>
Write a TAG that contains the entire content of the web page
(a)
