Logo educatepk.com
MCQs & Books free for all subjects and educational help  
Subscribe email alerts:
MCQs Online
MCQs on HTML
Books
MCQs on HTML

MCQs and Quizzes about HTML and HTML Tags.



Q No.1 of 10

Choose the correct HTML tag to make a text italic


Option 1

<i>


Option 2

<italic>


Option 3

<text style=”italic”>


Option 4

<i text=”italic”>


Q No.2 of 10

Who is making the Web standards?


Option 1

Google


Option 2

Intel


Option 3

The World Wide Web Consortium


Option 4

Microsoft


Q No.3 of 10

Which of these tags are all <table> tags?


Option 1

<table><head><div>


Option 2

<table><tr><td>


Option 3

<table><tr><li>


Option 4

<thead><ul><tr>


Q No.4 of 10

How can you create an e-mail link?


Option 1

<mail>test@educatepk .com</mail>


Option 2

<mail href=" test@educatepk .com ">


Option 3

<a href=" test@educatepk .com ">


Option 4

<a href="mailto: test@educatepk .com ">


Q No.5 of 10

How can you open a link in a new browser window?


Option 1

<a href="url" target="new">


Option 2

<link href="url" target="_blank">


Option 3

<a href="url" new>


Option 4

<a href="url" target="_blank">


Q No.6 of 10

What is the correct HTML for inserting an image?


Option 1

<img href="imgName.gif" alt=" img text " />


Option 2

<img src=" imgName.gif" alt="img text" />


Option 3

<img alt=" img text "> imgName.gif</img>


Option 4

<image src=" imgName.gif" alt=" img text " />


Q No.7 of 10

What is the correct HTML for inserting a background image?


Option 1

<background img=" bgImgName.gif">


Option 2

img src="bgImgName.gif" background />


Option 3

<body background=" bgImgName.gif">


Option 4

< bgImgName.gif>


Q No.8 of 10

What is the correct HTML for making a checkbox?


Option 1

<checks>


Option 2

<input type="checkbox" />


Option 3

<input type="check" />


Option 4

<checkbox>


Q No.9 of 10

What is the correct HTML for making a text input field?


Option 1

<textinput type="text" />


Option 2

<input type="textfield" />


Option 3

<text type="inputfield" />


Option 4

<input type="text" />


Q No.10 of 10

What is the correct HTML for making a drop-down list?


Option 1

<input type="dropdown" />


Option 2

<select>


Option 3

<input type="dropdown" />


Option 4

<list type=”dropdown”>



Correct Answers