Primary 3 Exam  >  Primary 3 Tests  >  Test: HTML Basics - Primary 3 MCQ

Test: HTML Basics - Primary 3 MCQ


Test Description

15 Questions MCQ Test - Test: HTML Basics

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

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

Detailed Solution for Test: HTML Basics - Question 1

<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 Basics - Question 2

Which of the following statement is true?

Detailed Solution for Test: HTML Basics - Question 2

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.

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

Which of the following is not sectioning elements?

Detailed Solution for Test: HTML Basics - Question 3

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 Basics - Question 4

Which element is used to get highlighted text in HTML5?

Detailed Solution for Test: HTML Basics - Question 4

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 Basics - Question 5

Which tag is used with JavaScript?

Detailed Solution for Test: HTML Basics - Question 5

<canvas> tag is basically used for graphics via scripting i.e. usually with Java Script (scripting language, basically used to create animations). Other tags like <table>, <article>, <footer> can be used simply with HTML.

Test: HTML Basics - Question 6

What is the correct syntax of doctype in HTML5?

Detailed Solution for Test: HTML Basics - Question 6

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.

Test: HTML Basics - Question 7

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

Detailed Solution for Test: HTML Basics - Question 7

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 Basics - Question 8

Which element was not removed by HTML5?

Detailed Solution for Test: HTML Basics - Question 8

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 Basics - Question 9

Which feature was already introduced before HTML5?

Detailed Solution for Test: HTML Basics - 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 Basics - Question 10

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

Detailed Solution for Test: HTML Basics - 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 Basics - Question 11

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

Detailed Solution for Test: HTML Basics - 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 Basics - Question 12

Which tag supports Non-English language?

Detailed Solution for Test: HTML Basics - 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 Basics - Question 13

Which of the following defines the title of a work?

Detailed Solution for Test: HTML Basics - 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 Basics - Question 14

What an article element should not contain?

Detailed Solution for Test: HTML Basics - 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 Basics - Question 15

What does <main> include?

Detailed Solution for Test: HTML Basics - Question 15

<header> element contains navigation links. Slidebar is for hoverable/sliding text. <footer> is introduced in HTML5 which is present at the end of page and do contains footer information i.e copyright information. Main content is the entire article which wraps the <article> element. It holds the page’s main content. It can be useful for screen readers. E.g. <main> <article>…………</article> </main>

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

Top Courses for Primary 3

Download as PDF

Top Courses for Primary 3