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

Test: HTML Layout - Class 3 MCQ


Test Description

10 Questions MCQ Test HTML for Junior Classes - Test: HTML Layout

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

Header element does not contain ___________

Detailed Solution for Test: HTML Layout - Question 1

<header> element contains one or more than one heading elements, authorship information, logo or icon. <header> tag can’t be placed inside <address> or <footer> or inside another <header> element.

Test: HTML Layout - Question 2

Which element represents self-contained composition in document?

Detailed Solution for Test: HTML Layout - Question 2

A self-contained composition in document, application, page or site that is intended to be independently distributable is represented by <article> element. Some of the examples are a magazine or newspaper article or a forum post, or a blog entry. <nav> element contains all the nevigation links. Footer typically contains information about author of the section, links to related documents or copyright data. An introductory content lies in <header>.

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

Which element groups related content together?

Detailed Solution for Test: HTML Layout - Question 3

Grouping of related content together is done by <section> element. Each section will have its own heading. This element should not be used as wrapper for entire page. If we wish of containing a element for entire page, this will be best done by <div> element. Footer typically contains information about author of the section, links to related documents or copyright data. <aside> is a container of contetnt related to it’s surrounding. For grouping together related elements we use <div> element.

Test: HTML Layout - Question 4

 Which element is used for grouping together related elements?

Detailed Solution for Test: HTML Layout - Question 4

For grouping together related elements we use <div> element. Anything that lies outside of <footer>, <aside> or <content> elements can be considered as main content. E.g. <div class= “wrap”> <header> <h1> kitchen </h1> </div>. Grouping of related content together is done by <section> element. An introductory content lies in <header>. For grouping together set of one or more <h1> to <h6> element we use <hgroup> element.

Test: HTML Layout - Question 5

Which one of the following contains information about the author?

Detailed Solution for Test: HTML Layout - Question 5

Footer for its nearest sectioning content or sectioning root element is represented by <footer> element. It typically contains information about author of the section, links to related documents or copyright data. An introductory content lies in <header>. <head> is container for all head elements. A document’s body is defined by <body> tag.

Test: HTML Layout - Question 6

Which element contains major navigational block?

Detailed Solution for Test: HTML Layout - Question 6

The major navigational blocks on site like primary site navigation is contained by <nav> element.

E.g. <nav> <ul> <li><a href="https://www.sanfoundry.com/" class= “dream”>HTML</a> </li> <li><a href="https://www.sanfoundry.com/">CSS</a> </li> <li><a href="https://www.sanfoundry.com/">PHP</a> </li> </ul> </nav>

Footer typically contains information about author of the section, links to related documents or copyright data. An introductory content lies in <header>. Contact information of author/owner of a document can be provided by <address> tag.

Test: HTML Layout - Question 7

 Which of the following element is used as a container for content?

Detailed Solution for Test: HTML Layout - Question 7

<aside> element can be used inside <article> or outside it also. When it is used inside <aticle> it contains information that is related to article. When <aside> is used outside <article>, it acts as container for content that is related to the whole page. Contact information of author/owner of a document can be provided by <address> tag. Footer typically contains information about author of the section, links to related documents or copyright data.

Test: HTML Layout - Question 8

For grouping together one or more <h1> to <h6> element what element is used?

Detailed Solution for Test: HTML Layout - Question 8

For grouping together set of one or more <h1> to <h6> element we use <hgroup> element. We can group together the primary heading and the subheading. E.g. <hgroup> <h2> Winter is coming!</h2> <h3>Its too cold</h3> </hgroup>. Grouping of related content together is done by <section> element. For grouping together related elements we use <div> element. An introductory content lies in <header>.

Test: HTML Layout - Question 9

Which of the following can’t be the value of float property?

Detailed Solution for Test: HTML Layout - Question 9

float property can have the property left, right, none, inherit. When set to inherit value the element inherits the float value of its parent, when set to none property the element does not float, it is the default value.

Test: HTML Layout - Question 10

Which of the following specifies what happens if content overflow an element’s box?

Detailed Solution for Test: HTML Layout - Question 10

Overflow property specifies what happens if content overflows an element’s box, overflow-x specifies what to do with left/right edges of the content if it overflows the element’s content area, overflow-y specifies what to do with top/bottom edges of the content if it overflows the element’s content area.

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