HTML MCQ | HTML MCQ Questions | HTML Multiple Choice Questions
In this article html mcq we give the important html mcq questions also html multiple choice questions with answer in details.
HTML MCQ:
1- What is the full name of HTML?
- hyper text multiple language
- Hyper text markup language
- hyper team markup language
- hyper team multiple languages
Answer – hyper text markup language
2- Who makes web standards?
- Microsoft
- World Wide Web Federation
Answer – World Wide Web Association
3- Which is the biggest heading for HTML element?
- <h6>
- <h1>
- <head>
- <heading>
Answer- <h1>
4- How many types of heading are there in HTML?
- 3
- 4
- 5
- 6
Answer- 6
5- Which of the following is the correct HTML tag for line break?
- <break>
- <br>
- <hr>
- <tr>
Answer- <br>
6- Which of these is the correct HTML element to apply background color?
- <background> red <background>
- <body style=”red”>
- <body style=”background-color:red,”>
Answer-<body style=”background-color:red,”>
7- Which of these is the correct HTML tag for important text?
- <b>
- <i>
- <strong>
- <pre>
Answer- <strong>
8 – Which of the following tags is used to make text bold in HTML?
- <bold>
- <b>
- <bld>
- none of these
Answer:- <b>
9- Which character is used to indicate the end tag?
- <
- /
- >
- *
Answer:- /
10- A link is used to open in a new tab of the browser?
- <a href=”url” “target=”_”blank”>
- <a href=”url” “target=””new”>
- <a href=”url” new>
Answer – <a href= “url” “target=”_“blank”>
HTML MCQ:
11- Which of the following will be used for numbered list?
- <ul>
- <ol>
- <dl>
- <list>
Answer- <ol>
12- Which of the following is used for bulleted list?
- <ol>
- <dl>
- <list>
- <ul>
Answer- <ul>
13- Which of the following is the correct HTML code to create a checkbox?
- <checkbox>
- <check>
- <input type= “check”>
- <input type= “checkbox”>
Answer-<input type= “checkbox”>
14- Which of the following is the correct HTML code to create a text input field?
- <textfield>
- <input type= “text”>
- <text input type= “text”>
- <input type= “textfield”>
Answer-<textfield>
15- What is the correct HTML code to create dropdown list-
- <select>
- <input type= “list”>
- <list>
- <input type= “dropdown”>
Answer- <select>
16- What is the correct HTML code to create text area?
- <input type = “textarea”>
- <input type= “textbox”>
- <textarea>
Answer- <textarea>
17:- html program is saved by which of the following extension?
- .html
- .htnl
- .htm
- .hlmt
Answer:- .html
18: – When was html first proposed.
- 1995
- 1990
- 2000
- 1985
Answer:- In 1990.
19- HTML comment starts with <!_ _ and ends with _ _>.
- truth
- false
Answer – True
20- Which of the following HTML tag defines the title?
- <meta>
- <title>
- <head>
- none of these
Answer- <title>
21 -Which HTML tag is used to specify the footer of the document?
- <section>
- <bottom>
- <footer>
Answer- <footer>
HTML MCQ:
22- Which HTML tag is used to design navigation links?
- <nav>
- <navigation>
- <navigate>
Answer- <nav>
23- Which HTML element is used to specify the header of the document.
- <section>
- <head>
- <header>
- <top>
Answer- <header>
24 – Which of these tags is used to start a paragraph?
- <td>
- <tr>
- <p>
- <br>
Answer- <p>
25- Which of the following is a container?
- <select>
- <body>
- <input>
- both a and b
Answer: Both a and b, because there should be opening and closing command for container like- <body>—</body> , <html>——</html>.
26- <input> is
- format tags
- empty tag
- not either.
Answer- empty tag
27- The latest standard of HTML is-
- xml
- HTML 4.0
- HTML 5.0
- SGML
Answer- HTML 5.0
28- HTML is a subset of-
- SGMD’s
- SGML’s
- SGMH’s
- None of these.
Answer – SGML.
29- To make HTML page we need-
- Web browser
- text editor
- both a and b
- none of these
Answer- Both a and b
30- <a> and </a> tags are used for?
- To apply image
- To change background
- for paragraphs
- To add link
Answer- To add the link
HTML MCQ:
31- Body tag is used normally and after what.
- After HTML tag
- after TITLE tag
- after head tag
- none of these
Answer- after head tag
32- Which of the following tags is used to make the text italic:-
- <em>
- <italics>
- <i>
- <ii>
Answer- <i>
33- The main container of <tr>, <td> and <th> tags is-
- <table>
- <select>
- <data>
- none of these
Answer- <table>
34- The tag to underline the text is-
- <underline>
- <UL>
- <u>
- none of these
Answer- <u>
35- The special formatting tag is-
- <pre>
- <tr>
- <p>
- none of these
Answer- <pre>
36- <hr> tag is used for-
- for horizontal ruler
- For new text line
- to the border
- for vertical ruler
Answer- For horizontal ruler.
37- The HTML tags which are case sensitive are-
- truth
- false
Answer – False
38- Used to change the size of the image in html page.
- hieght and width
- TOP and BOTTOM
- margin
- padding
Answer- hieght and width
39- How to create an e-mail link.
- <mail href=”a@b”>
- <mail a@b = “mail”>
- <a href=”a@b”>
- <a href=”maitto:a@b.com”>
Answer- <a href = “maitto:a@b.com”>
40- How to add scrolling text in the page.
- <scroll>
- <circular>
- <tab>
- <marquee>
Answer- <marquee>
Related Link:
- BCA Syllabus Shivaji University | BCA C Programming Syllabus
- Object Oriented Programming Using C++ |BCA Semester II |History of C++
- Data Structure using C | Data structures concepts in C
- Core Java Programming | BCA Part III | SEM-VI | What is Java
- Computer Fundamentals Notes | Computer Fundamentals Tutorial
- MCQ on Computer Languages with Answers | MCQ on Computer