What is the correct HTML element to define important text?
FULLSTACK

Quiz
•
Computers
•
University
•
Hard
Arun Kathir
Used 1+ times
FREE Resource
30 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
<strong>
<b>
<important>
<i>
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How can you open a link in a new tab or window?
<a href="url" new>
<a href="url" target="_self">
<a href="url" target="_blank">
<a href="url" window="_blank">
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the correct way to make a text input field in HTML?
<textinput>
<input type="text">
<input text>
<textfield>
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which tag is used to define a table in HTML?
<tab>
<tr>
<td>
<table>
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
The HTML
- tag is used for:
Ordered lists
Unordered lists
Underlined lists
Linked lists
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which attribute is used to specify an alternate text for an image, if the image cannot be displayed?
title
src
alt
longdesc
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of the
To create a division or a section in the document
To create a bold text
To create an image
To define a table row