Class 3 Exam  >  Class 3 Tests  >  HTML for Junior Classes  >  Test: HTML Images - Class 3 MCQ

Test: HTML Images - Class 3 MCQ


Test Description

15 Questions MCQ Test HTML for Junior Classes - Test: HTML Images

Test: HTML Images for Class 3 2024 is part of HTML for Junior Classes preparation. The Test: HTML Images questions and answers have been prepared according to the Class 3 exam syllabus.The Test: HTML Images MCQs are made for Class 3 2024 Exam. Find important definitions, questions, notes, meanings, examples, exercises, MCQs and online tests for Test: HTML Images below.
Solutions of Test: HTML Images questions in English are available as part of our HTML for Junior Classes for Class 3 & Test: HTML Images solutions in Hindi for HTML for Junior Classes course. Download more important topics, notes, lectures and mock test series for Class 3 Exam by signing up for free. Attempt Test: HTML Images | 15 questions in 15 minutes | Mock test for Class 3 preparation | Free important questions MCQ to study HTML for Junior Classes for Class 3 Exam | Download free PDF with solutions
Test: HTML Images - Question 1

Who is the father of HTML?

Detailed Solution for Test: HTML Images - Question 1

Timothy John Berners-Lee (TimBL) is known as the father of HTML. He is a British computer scientist, best known as the inventor of the World Wide Web.

Test: HTML Images - Question 2

What is the correct syntax of doctype in HTML5?

Detailed Solution for Test: HTML Images - Question 2

The correct syntax of HTML5 doctype is <!doctype html>, doctype is the very first thing to write in HTML5. <!doctype html> or <!DOCTYPE HTML> both are same because ‘doctype’ keyword is not case sensitive.

1 Crore+ students have signed up on EduRev. Have you? Download the App
Test: HTML Images - Question 3

Which of the following is not a difference between HTML and XHTML?

Detailed Solution for Test: HTML Images - Question 3

HTML is case insensitive while XHTML is case sensitive. In XHTML, special characters can be escaped using character entites but not in HTML. Charset in HTML is “text/html” where as it is “application/xml+xhtml” for XHTML.

Test: HTML Images - Question 4

What is DOM in HTML?

Detailed Solution for Test: HTML Images - Question 4

The Document Object Model is a cross-platform and language-independent application programming interface that treats an HTML, XHTML, or XML document as a tree structure. A document can be viewed as a logical tree with help of DOM Model.

Test: HTML Images - Question 5

Which element is used to get highlighted text in HTML5?

Detailed Solution for Test: HTML Images - Question 5

The <mark> element is used to highlight a section of text. It is useful for quoting a text or if one wants to bring attention to the text. The <b> tag is used to make text/paragraph bold. <u> tag is used to underline the text you wanted.
<p>This is the example.<mark> I like this dog. </mark></p>
Output:
This is the example. I like this dog.

Test: HTML Images - Question 6

How do we write comments in HTML?

Detailed Solution for Test: HTML Images - Question 6

Browser ignores comment in a code. There are always two types of command i.e. single line command and multiple line command. If one wants to add a comment in code, add the text between these characters <!…..comment….>. It will not visible in the user’s browser.

Test: HTML Images - Question 7

Which of the following is not the element associated with the HTML table layout?

Detailed Solution for Test: HTML Images - Question 7

There are three elements in HTML table layout i.e. size, spanning and alignment. Layout type can be achieved by setting Rows elements layout attribute to Fixed or Auto. Auto attribute relies on browser compatibility whereas fixed layout relies on developer specification.

Test: HTML Images - Question 8

Which HTML tag is used for making character appearance bold?

Detailed Solution for Test: HTML Images - Question 8

By enclosing words in the tags <b>and</b> we can make characters appear bold. <i> element is for content in italics, <u> is for underlined content, <br> is for vertical breaking.

Test: HTML Images - Question 9

HTML is a subset of ___________

Detailed Solution for Test: HTML Images - Question 9

HTML is a subset of SGML. SGML (Standard Generalized Markup Language) is a standard for specifying a document markup language or tag set.

Test: HTML Images - Question 10

Which of the following HTML code will make an image clickable?

Detailed Solution for Test: HTML Images - Question 10

<a> tag defines a hyperlink, which is used to link from one page to another page. Suppose if we want an image to be clickable then it should go inside <a> Tag.

Test: HTML Images - Question 11

In HTML, which attribute is used to create a link that opens in a new window tab?

Detailed Solution for Test: HTML Images - Question 11

Add the target=”_blank” attribute in the Anchor tag. target=”_blank” attribute makes a link open in a new window tab.

Test: HTML Images - Question 12

Which of the following HTML tag is used to create an unordered list?

Detailed Solution for Test: HTML Images - Question 12

<ul> tag is used to create the unordered list items in an HTML document. By default, unordered list items will display in a bulleted format.
Different types of unordered list Attribute Values are:

  • Disc
  • Circle
  • Square
  • None

Syntax: <ul> Unordered List Items </ul>

Test: HTML Images - Question 13

Which of the following HTML tag is used to add a row in a table?

Detailed Solution for Test: HTML Images - Question 13

In HTML, <tr> tag is used to create a row in the table. <th> tag is used to set the header cell of a table.

Test: HTML Images - Question 14

Which of the following tag is used to create a text area in HTML Form?

Detailed Solution for Test: HTML Images - Question 14

The text area tag (<textarea>) is used in a form to declare a text area element. It allows the user to enter text in multiple rows.

Test: HTML Images - Question 15

What is the correct syntax of web address?

Detailed Solution for Test: HTML Images - Question 15

The correct syntax for a web address is scheme://prefix.domain:port/path/filename, where scheme is for https or http, prefix is for domain like www, domain denotes domain name, port defines port number, path defines path at server, filename is for name of the document.

14 videos|31 docs|24 tests
Information about Test: HTML Images Page
In this test you can find the Exam questions for Test: HTML Images solved & explained in the simplest way possible. Besides giving Questions and answers for Test: HTML Images, EduRev gives you an ample number of Online tests for practice

Top Courses for Class 3

14 videos|31 docs|24 tests
Download as PDF

Top Courses for Class 3