0% found this document useful (0 votes)
160 views2 pages

Question Bank For HTML-1

The document is a question bank for HTML, consisting of fill-in-the-blank questions, true or false statements, multiple choice questions, definitions, and programming tasks. It covers various aspects of HTML including tags, attributes, and web concepts. The document is structured to test knowledge and understanding of HTML fundamentals and practical applications.

Uploaded by

anushkathorat52
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
160 views2 pages

Question Bank For HTML-1

The document is a question bank for HTML, consisting of fill-in-the-blank questions, true or false statements, multiple choice questions, definitions, and programming tasks. It covers various aspects of HTML including tags, attributes, and web concepts. The document is structured to test knowledge and understanding of HTML fundamentals and practical applications.

Uploaded by

anushkathorat52
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Question bank for HTML

Q1. Fill in the blanks.


1. HTML stands for…..
2. …… is the default method of form object.
3. To create hyperlink …… tag is used.
4. To merge two or more columns …… attribute of <td> tag is used.
5. …… control is used to create multi line text entry field.
6. .……. Is a simple text file created using HTML
7. HTML tags are keywords enclosed within ……………. Brackets.
8. container tags are also called as Paired tags.
9. …… tag is used to display horizontal ruled line.

Q2. State the true or false.


1. HTML is the programming language used to create interactive web pages.
2. The <h1> is the smallest size in heading level.
3. <br> is paired tag
4. <html> tag indicates that the document is an html file.
5. The <mark> tag defines Highlighted text.
6. <del> tag is used to create strike-through text
7. The <h6> is the largest size in heading level

Q3. Multiple Choice Question (single correct answer).


1. The …… tag is used to insert image into webpage
a. <image> b. <img> c. <insert>
2. The ….. software is used to open the website
a. Web browser b. web server web page
3. href is the attribute of …… tag
a. <img> b. <Anchor> c. <A>
4. …… control is used to create single line text entry field
a. Textarea b. checkbox c. textbox
5. …… control is used to select single option from list of options
a. Radio button b. checkbox c. textbox
6. ……………. tag is used to create drop down list.
a. <select> 2) <input> 3) <h1>
7. Heding levels …………… tag is the largest heading level tag to display text.
a. <H6> b. <H7> 3)<H1>
8. The ……. tag is used to hyperlink web pages or image.

a. <img> b. <a> c. <hr>


Q4. Define following
1. Website
2. Web browser
3. Web server
4. HTML
5. Web page
6. Form
7. Hyperlink
Q5. Write program
1. write a HTML program to make use of text formatting elements
(Note: Make use of at least 5 text formatting elements)
2. Write a HTML program using heading level tags (<Hn>).

3. Write the program for the following output:

* Boidata *
Name
Date of Birth
Contact No
Email ID
Gender
Address

4. Create the following form


Personal Details

Name:

Contact No:

Age:

Gendar: Male Female

Address:

Qualification
Submit

You might also like