Class 3 Exam  >  Class 3 Tests  >  HTML for Junior Classes  >  Test: HTML Elements & HTML Attributes - Class 3 MCQ

Test: HTML Elements & HTML Attributes - Class 3 MCQ


Test Description

15 Questions MCQ Test HTML for Junior Classes - Test: HTML Elements & HTML Attributes

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

Which is not a new global attribute in HTML5?

Detailed Solution for Test: HTML Elements & HTML Attributes - Question 1

Contenteditable, contextmenu, data, draggable, hidden, role, aria, spellcheck all are new global attributes introduced in HTML5. Class, dir, id, lang, style, tabindex, title are the attributes of HTML4 and now specified as global in HTML5.

Test: HTML Elements & HTML Attributes - Question 2

What is the work of async attribute?

Detailed Solution for Test: HTML Elements & HTML Attributes - Question 2

Async is the new attribute of the <script> element which influences script loading and its execution. It is a Boolean attribute which shows the manner of script execution. If async is present, the script will be executed asynchronously, as soon as it is available.

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

Which is not a Boolean attribute?

Detailed Solution for Test: HTML Elements & HTML Attributes - Question 3

Formtarget attribute is a Boolean attribute that must have a value that is a valid browsing context name. Multiple is a new Boolean attribute of <input> the element which specifies constraint, novalidate, and formvalidate are <form> attribute and are Boolean as well.

Test: HTML Elements & HTML Attributes - Question 4

Which element does not support form attribute?

Detailed Solution for Test: HTML Elements & HTML Attributes - Question 4

The new form attribute is for <input>, <select>, <textarea>, <button>, <output> and <fieldset>. One can place these elements anywhere on the page.

Test: HTML Elements & HTML Attributes - Question 5

Which attribute does not lie inside <a> and <area> elements?

Detailed Solution for Test: HTML Elements & HTML Attributes - Question 5

Preload is the attribute of the <video> element. Media, ping, hreflang, rel are the attribute used with <a> and <area> elements.

Test: HTML Elements & HTML Attributes - Question 6

Which of the following does not lie under the attribute of <input> and is not supported by Opera?

Detailed Solution for Test: HTML Elements & HTML Attributes - Question 6

<input> element type has new values as ‘url’, ‘email’, ‘datetime’, ‘date’, ‘month’, ‘tel’, ‘time’, ‘number’, ‘search’, ‘color’, ‘range’, ‘datetime-local’, ‘week’.

Test: HTML Elements & HTML Attributes - Question 7

Which element has been removed from HTML5 (W3C) specification?

Detailed Solution for Test: HTML Elements & HTML Attributes - Question 7

A section that is tangentially related to its surrounding content is defined by <aside> tag. A block of navigation links is provided by newly added element in HTML5 called <nav>. <hgroup> tag has been removed from HTML5 specification, but it can be seen in WHATWG version of HTML. The purpose of this element is how headings are displayed. It’s practice is limited to theory only. <figure> tag specifies its own self defined content which may contain diagrams, photos etc.

Test: HTML Elements & HTML Attributes - Question 8

What does ‘On-Screen Action’ means in the testing of HTML5 applications?

Detailed Solution for Test: HTML Elements & HTML Attributes - Question 8

While testing of HTML5 for a browser i.e. whether its elements are supported by the browser or not one can use draggable content using Drag action and this action can be called through On-Screen Action operation.

Test: HTML Elements & HTML Attributes - Question 9

Which is not <iframe> attribute?

Detailed Solution for Test: HTML Elements & HTML Attributes - Question 9

Sizes is the attribute of <link> element. Sandbox is the attribute of <iframe> element that enables a set of extra restrictions on any content, seamless is a Boolean attribute of <iframe> which seamlessly included in the parent document, srcdoc attribute gives the content of the page that the nested browsing context is to contain.

Test: HTML Elements & HTML Attributes - Question 10

Which of the following is not the keyword of form method attribute?

Detailed Solution for Test: HTML Elements & HTML Attributes - Question 10

The keyword GET, POST, PUT, DELETE mapped to the state GET, POST, PUT, DELETE and indicating the HTTP method respectively.

Test: HTML Elements & HTML Attributes - Question 11

Which attribute of <input> element can be used both with <datalist> and <select> elements?

Detailed Solution for Test: HTML Elements & HTML Attributes - Question 11

List is the new attribute of <input> element and can be used together with <datalist> and <select> elements. Other attributes like pattern, multiple, max, min, step are new attribute used with the <input> element only.

Test: HTML Elements & HTML Attributes - Question 12

Which element does not support autofocus attribute?

Detailed Solution for Test: HTML Elements & HTML Attributes - Question 12

Autofocus is a new attribute as well as very interesting one. It can be specified on <input>, <textarea>, <button> and <select> elements. It is a way to focus a form control when the page is loaded.

Test: HTML Elements & HTML Attributes - Question 13

Which is the new attribute of <input> element that is used to change the appearance of checkbox?

Detailed Solution for Test: HTML Elements & HTML Attributes - Question 13

The indeterminate is actually not an attribute, it is the property of checkbox which can be change via JavaScript, e.g. Var checkbox=document.getElementById(“any-checkbox”); Checkbox.indeterminate=true;

Test: HTML Elements & HTML Attributes - Question 14

Which of the following is used for plug-in content?

Detailed Solution for Test: HTML Elements & HTML Attributes - Question 14

<embed> tag is new in HTML5 which also helps in validation of HTML5 page. It has attributes like height, src, type and width. HTML4 does not support this tag. Multiple media sources for video , audio and pictures are provided by <source> tag. <meter> tag gives a scalar measurement within a particular range. Progress of a task is shown by <progress> element.

Test: HTML Elements & HTML Attributes - Question 15

What can be used to verify a displayed graphics?

Detailed Solution for Test: HTML Elements & HTML Attributes - Question 15

Region checkpoints are used to verify a displayed graphics. It is a kind of test operation which gives verification of application’s window or control is displayed correctly or not. Object’s property is verified by region checkpoints which is test operation. Local storage is for storing data.

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