Vidyalelo
HTML · all questions

Basic HTML
practice.

Practice every MCQ with options. Use Show answers when you want the correct option and solution.

212

Questions

6/11

Page

Pick an option on a question to see the right answer and solution.

HTML is stand for

Select an option to see the answer and solution.

HTML is a subset of

Select an option to see the answer and solution.

ALL HTML tags are enclosed in what ?

Select an option to see the answer and solution.

and are the tags used for

Select an option to see the answer and solution.

To add a plain color background to your web page, use which of the following ?
1. <body bgcolor= “36,24,35”>
2. <body color= “# FF000”>
3. <body bgcolor= “# FF000”>

Select an option to see the answer and solution.

The BODY tag is usually used after

Select an option to see the answer and solution.

Choose the correct HTML tag to make a text italic.
1. <i>
2. <italic>
3. <it>
4. <il>

Select an option to see the answer and solution.

What does the <br> tag add to your webpage ?

Select an option to see the answer and solution.

Adding a border to your image helps the visitor to recognize it as what ?

Select an option to see the answer and solution.

WYSIWYG stands for

Select an option to see the answer and solution.

Which tag tells the browser where the page starts and stops ?
1. <html>
2. <body>
3. <head>
4. <title>

Select an option to see the answer and solution.

Which program do you need to write HTML ?

Select an option to see the answer and solution.

In HTML, tags that include both on and off tag are called

Select an option to see the answer and solution.

When is the content of a table shown ?

Select an option to see the answer and solution.

All normal webpages consists of

Select an option to see the answer and solution.

Increasing the cellpadding means

Select an option to see the answer and solution.

A much better approach to establish the base URL is to use the _________ element.

Select an option to see the answer and solution.

Which colors consist of equal amounts of all basic colors ?

Select an option to see the answer and solution.

Gif and jpg are the two main types of what ?

Select an option to see the answer and solution.

Any target specified in the BASE element can be overridden on a case-by-case basis by specifying a different target in different forms

Select an option to see the answer and solution.