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

Test: HTML Introduction - Class 3 MCQ


Test Description

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

Test: HTML Introduction for Class 3 2024 is part of HTML for Junior Classes preparation. The Test: HTML Introduction questions and answers have been prepared according to the Class 3 exam syllabus.The Test: HTML Introduction MCQs are made for Class 3 2024 Exam. Find important definitions, questions, notes, meanings, examples, exercises, MCQs and online tests for Test: HTML Introduction below.
Solutions of Test: HTML Introduction questions in English are available as part of our HTML for Junior Classes for Class 3 & Test: HTML Introduction 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 Introduction | 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 Introduction - Question 1

Which tag is used with JavaScript?

Detailed Solution for Test: HTML Introduction - Question 1

The HTML <script> tag is used to define a client-side script (JavaScript). The <script> element either contains script statements, or it points to an external script file through the src attribute. Common uses for JavaScript are image manipulation, form validation, and dynamic changes of content.

Test: HTML Introduction - Question 2

What is the correct syntax of doctype in HTML5?

Detailed Solution for Test: HTML Introduction - 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 Introduction - Question 3

Which of the following is not semantic element for text in HTML5?

Detailed Solution for Test: HTML Introduction - Question 3

Semantic elements used for text are <mark>, <time>, <wbr> whereas <article>, <aside>, <figure>, <footer>, <header> etc. are the semantic elements for structuring a page in HTML5.

Test: HTML Introduction - Question 4

Which element was not removed by HTML5?

Detailed Solution for Test: HTML Introduction - Question 4

Although HTML5 adds new elements, it also kicked out some old elements like <big>, <center>, <font>, <tt>, <strike>. HTML5 adapted many elements also <small> is one among these. The <small> element represents “small print”.

Test: HTML Introduction - Question 5

Which element is design to wrap a single piece of information?

Detailed Solution for Test: HTML Introduction - Question 5

<time> tag wrap single piece of information i.e. it defines date, month and year. The <nav> element identifies a set of navigation links, <footer> is introduced in HTML5 which is present at the end of page and do conatins footer information i.e copyright information.

Test: HTML Introduction - Question 6

Which of the following statement is true?

Detailed Solution for Test: HTML Introduction - Question 6

In SVG drawing is done with vectors and it support event handlers. Canvas doesn’t contains any built-in-animations and drawing is done with pixels.

Test: HTML Introduction - Question 7

Which of the following is not sectioning elements?

Detailed Solution for Test: HTML Introduction - Question 7

The <section> element represents a section of a document or application. Tags like <article>, <aside>, <nav>, <section> are the ones that create a nested, new outline inside the page.

Test: HTML Introduction - Question 8

Which element is used to get highlighted text in HTML5?

Detailed Solution for Test: HTML Introduction - Question 8

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.

Test: HTML Introduction - Question 9

Which feature was already introduced before HTML5?

Detailed Solution for Test: HTML Introduction - Question 9

Until recently you could not draw on the web and graphics were not very interactive but canvas/SVG which were introduced by HTML5 solved all the problems. Video, Geolocation were also new features introduced by HTML5. Frames were already there before the launch of HTML5.

Test: HTML Introduction - Question 10

What application can one create even before the introduction of HTML5?

Detailed Solution for Test: HTML Introduction - Question 10

With the help of HTML5 and JavaScript it became possible to create excellent mobile applications, browser based games, web applications and many more other applications. Forms were already introduced before HTML5.

Test: HTML Introduction - Question 11

What if one does not use the doctype in the starting of HTML document?

Detailed Solution for Test: HTML Introduction - Question 11

If the browser finds <!doctype html> in the starting of an HTML document it sets the document in standard mode but if one does not use a doctype, the browser goes to quirky mode. In this mode, certain content will not be displayed as per one wrote that. So it is always recommended to write a doctype at the very start of the HTML document.
 

Test: HTML Introduction - Question 12

Which tag supports Non-English language?

Detailed Solution for Test: HTML Introduction - Question 12

<bdo>, <rp>, <rt>, <ruby> are some tags which support Non-English language. <input> is for web forms and <audio>, <embed> are the tags for audio and plug-ins.

Test: HTML Introduction - Question 13

Which of the following defines the title of a work?

Detailed Solution for Test: HTML Introduction - Question 13

The <cite> tag defines the title of a work. The <hr> tag is used to give a horizontal break. When we want to link one page to another, then <a> tag is used. The <address> tag is used to define the contact information about owner of document.

Test: HTML Introduction - Question 14

What an article element should not contain?

Detailed Solution for Test: HTML Introduction - Question 14

The <main> element must NOT be a descendant of an <article>, <aside>, <footer>, <header>, or <nav> element. The article element may contain audio/video clips, images and also text or embedded content.

Test: HTML Introduction - Question 15

How many times can HTML5 events be fired?

Detailed Solution for Test: HTML Introduction - Question 15

We can call events like drag, ondragover, etc multiple times in HTML5.

14 videos|31 docs|24 tests
Information about Test: HTML Introduction Page
In this test you can find the Exam questions for Test: HTML Introduction solved & explained in the simplest way possible. Besides giving Questions and answers for Test: HTML Introduction, 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