HTML Tags P1
HTML Tags P2
HTML Question
General Questions
True or false
200

What is the correct HTML for creating a hyperlink?

<a href="______">Try Harder</a>

200

Which character is used to indicate an end tag? 

<

>

/

*

forward slash (/)

200

What does HTML stand for?

Hyper Text Markup Language

200

Which tag is used for creating a drop-down selection list?

<select>

200

Inline elements are normally displayed without starting a new line.

True

False



False

300

Choose the correct HTML element for the largest heading: 

<head>

<h1>

<heading>

<h6>

<h1>

300

Tell me all the table elements.

<table> <tr> <td>

300

Which  HTML element is used for creating an unordered list?

<ul>

300

Which  tag is used to make a portion of text italic in HTML?


<i>

300

 Is the <video> tag the correct HTML element for playing video files?

True 

False 

True

400

What is the correct HTML for adding a background color?

 

 <body style = “background-color : yellow” >

400

How can you make a numbered list?

<ol>

400

Which of the following HTML Elements is used for making any text bold ? 

  • <p>


  • <i>


  • <li>


  • <b>

<b>

400

What is the correct HTML element for playing audio files?

<audio>


400

Block elements are normally displayed without starting a new line. 

True 

False

False

500

What is the correct HTML element for inserting a line break? 

<br>

<lb>

<break>

<br>

500

What is the correct HTML element to define emphasized text 


<em>

500

Which HTML element is used to specify a header for a document or section?

<header>

500

Which HTML element defines the title of a document?



<title>

500

HTML comments start with <!-- and end with -->

True

False



True


1000

Choose the correct HTML element to define important text

<strong>

<b>

<i>



<strong>

1000

What is the correct HTML for making a checkbox?

<input type="checkbox">

1000

In HTML, onblur and onfocus are:

Event Atrributes
1000

Who is making the Web standards?

the World Wide Web Consortium (W3C)

1000

An <iframe> is used to display a web page within a web page. 

No such thing

True 

False

True