CBSE Class 10 Computer Science List and Table Handling in HTML MCQs

Practice CBSE Class 10 Computer Science List and Table Handling in HTML MCQs provided below. The MCQ Questions for Class 10 List and Table Handling in HTML Computers with answers and follow the latest CBSE/ NCERT and KVS patterns. Refer to more Chapter-wise MCQs for CBSE Class 10 Computers and also download more latest study material for all subjects

MCQ for Class 10 Computers List and Table Handling in HTML

Class 10 Computers students should review the 50 questions and answers to strengthen understanding of core concepts in List and Table Handling in HTML

List and Table Handling in HTML MCQ Questions Class 10 Computers with Answers

(1) There are basically how many types of HTML lists?

(A)  2  (B) 3 (C) 4   (D) 5

(2) Which of the following options show the type of HTML list?

(A)  Ordered list  (B) Unordered list (C) Description list  (D) All of these

(3) Which of the list contains item along with a symbol?

(A)  Ordered list  (B) Unordered list (C) Description list  (D) All of these

(4) What is called a symbol contains in unordered list?

(A)  Bullet (B)  Serials  (C) Description  (D) Numbers

(5)  Which of the following tag pairs are used to create an unordered list in HTML?

(A)  

    .....
 (B)  
......
(C)
    .....
 (D)  
......

(6) What is the full form of li in

  • tag?

    (A)  Last Item (B)  Leave Item (C) List Item (D)  Lost Item

    (7)  HTML code is written in which program?

    (A)  SciTE  (B)  SceTE (C) ScTE (D) STE

    (8) In which form bullet is shown in unordered list?

    (A)  Unfilled circle  (B) Filled circle (C) Square  (D) Any one

    (9)  Which attribute is used to change the bullet in unordered list?

    (A)  Type (B) Part  (C) Change  (D) Style

    (10) An unordered list bullets are shown in which form?

    (A)  Unfilled circle  (B)  Filled circle  (C) Square (D) All of these

    (11)  Which attribute is used to show unfilled circle as a bullet in unordered list?

    (A)  Round  (B) Circle (C) Ring  (D)  Disk

    (12)  Which tag is used to show a unfilled circle as a bullet in unordered list?

    (A)  

       (B)
        (C)
        (D)

        (13)  Which tag is used to show a square as a bullet in unordered list?

        (A)  

        (B)
          (C)
          (D)

            (14)  What is called a list without any bullets?

            (A) Ordered list  (B) Description list (C) Unordered list  (D) Subject list

            (15)  Which  tag  pairs  are  used  to  create  a description list in HTML?

            (A)  

              ......
            (B)
            .......
            (C)
              .......
              (D)  
            .......

            (16) In description term the items are enclosed within which tag pair?

            (A)  

              ......
            (B)  
          • .......
          • (C)
            .....
              (D)  
              ......

            (17) What is the full form of dt in

            tag?

            (A) Data Term (B) Database Term (C)  Delete Term (D)  Description Term

            (18) In description list to define sub-items, we use which description tag pair?

            (A)  

            .....
              (B)  
            ......
            (C)
            .......
            (D)  .....

            (19) What is the full form of dd in

            tag?

            (A)  Description Data (B) Description Database (C) Description Describes  (D) Description Details

            (20) Which tag is used to provide heading of a list?

            (A)   (B)   (C)  (D)

            (21)  Where the heading of list must appear?

            (A)  Before the list (B)  Between the list  (C) After the list  (D) Any one

            (22) What are shown along with items in ordered list?

            (A)  Numbers (B)  Alphabets (C) (A) or (B)  (D) Bullets

            (23) Generally the ordered list starts with which number?

            (A)  1 (B) A  (C) i (D) Any one

            (24)  Which facility is available in HTML to present structured information?

            (A)  Lists  (B) Tables (C) Frames (D) All of these

            (25)  In which form a table contains information?

            (A)  Grids  (B)  Frames (C) Lists  (D) Any one

            (26)  In which form information can be presented in a table?

            (A)  Rows  (B)  Columns (C) Both (A) and (B) (D) Any one

            (27)  Which tags are used to create table in HTML?

            (A)   (B)

            ....

            (C) ....  (D) .....

            (28)  Which attributes are used within the

            and
            tags?

            (A)  Tide of the table  (B)  Table border

            (C) Table row and column  (D) All of these

            (29) By which tag a row in a table is defined?

            (A)    (B) (C) (D)

            (30)  What is the full form of th in tag?

            (A)  Table Height (B)  Table Hyper (C) Table Heading  (D)  Table H

            (31) Which attribute is used to specifies table border?

            (A)  Border  (B) Line  (C) Frame (D) Stroke

             (32) In which form the size of border is given?

            (A)  Centimeters  (B)  Meters (C)Inches  (D)  Pixel

            (33)

            tag can carry which attributes?

            (A)  Align , dir , frame (B)Bgcolor , border , rules

            (C) Cellpadding , cellspacing , width  (D)All of these

            (34) Which attribute leaves specified gap between edges of the cells and their content?

            (A)  Cellspacing (B)  Cellpadding (C) Border (D) Align

            (35) Which attribute manages space between each cell of the table?

            (A)  Align (B)  Border  (C) Cellspacing (D)  Cellpadding

            (36)  Which attribute controls the outermost border of the table?

            (A)  Border (B) Align (C) Frame (D) Dir

            (37)  Which attribute controls the presentation of inner borders of table?

            (A)  Dir (B) Rules  (C) Align  (D) Border

            (38) Which attribute specifies width of the table?

            (A)  Width (B) Height  (C) Length  (D) Weight

            (39) Cellpadding attribute is used for what in the table?

            (A)  Gap between edges of the cells and their content

            (B) Space between the cells of the table

            (C) Background of the table

            (D) Table border

            (40) Cellspacing attribute is used for what in the table?

            (A)  Background of the table (B) Table border

            (C) Space between the cells of the table (D) Alignment of table

            (41) Dir attribute is used for what in the table?

            (A)  Description of the table  (B) Controls inner border of the table

            (C) Controls outermost border of the table (D) Direction of the text in the table

            (42) Frame attribute is used for what in the table?

            (A)  Controls outermost border of the table (B)  Controls inner border of the table

            (C) Direction of the text in the table  (D) Description of the table

            (43) Rules attribute is used for what in the table?

            (A)  Direction of the text in the table  (B) Controls inner border of the table

            (C) Description of the table  (D) Controls outermost border of the table

            (44) Width attribute shows what in the table?

            (A)  Width of the table (B) Breadth of the table

            (C) Length of the table  (D) All of these

            (45)  Which  attribute  is  used  to  specify  the background color in the table?

            (A)  border (B)  color (C) bcolor (D) bgcolor

            (46)  What can be given as a value for the bgcolor in the table?

            (A)  Color name (B)  Six digit code (C) Both (A) and (B)  (D)  None of these

            (47) Which decimal code is used to give value to bgcolor attribute in the table?

            (A)  Dualdecimal (B)  Octadecimal  (C) Decadecimal  (D)  Hexadecimal

            (48) How many digit are there in hexadecimal code of bgcolor attribute?

            (A)  two  (B) four  (C) six (D) eight

            (49)  In the value of cellspacing attribute, the percentage is percentage of what?

            (A)  Percentage of width of each cell.  (B) Percentage of width of each row.

            (C) Percentage of width of each column  (D) Percentage of width of table

            (50)  In which form the value of width attribute can be specified to decide the width of the table?

            (A)  Percentage (B)  Pixel (C) (A) or (B)  (D) Inches

            (51) Which of the attribute given below specifies the vertical alignment of the contents of each cell in a row?

            (A) Align (B) Valign (C) Cellspacing (D)  Cellpadding

            (52) What is the general syntax of valign attribute?

            (A)   = 'position'  (B)  valign = 'position' (C) ="position"  (D)  valign ="position"

            (53) Which of the following options show the possible value of valign attribute?

            (A)  Top, bottom (B)  Middle  (C) Baseline (D) All of these

            (54) Which attribute from the given below, indicates number of columns that the cell spans across?

            (A)  Headers  (B)  Nowrap (C) Height  (D)  Colspan

            (55)  Which attribute from the given below, indicates corresponding headers to the cell?

            (A)  Headers (B)  Nowrap (C) Height  (D)  Colspan

            (56) Which attribute from the given below, stops text from automatically wrapping into a new line within the cell?

            (A)  Headers (B) Nowrap  (C) Height (D) Colspan

            (57) When any cell spans across more than one row, which of the given attribute can be used?

            (A)  Span  (B)  Scope (C) Rowspan  (D) Colspan

            (58) Which tag is used to give name to the table?

            (A)  

              (B)   (C)
            (D)  

            (59)  What is used in HTML document to combine multiple web pages and display them as a single web pages?

            (A) Tables  (B) Lists  (C) Frames (D)  Forms

            (60)  What is known as bringing again of HTML code?

            (A)  Loading (B) Reloading  (C) Upload (D) Download

            (61)  What is known as collection of frames in the browser window?

            (A)  Forms  (B)  Framesource  (C)  Frameset (D) Framewave

            (62) Which element is used to create a frameset document?

            (A)   (B)   (C)  (D)  

            (63)  Within the frameset, each frame is represented by which tag pair?

            (A)  .....  (B) ....

            (C)..... (D)......

            (64)  Which element provides an alternative message for users, when the browser used does not support frames?

            (A)   (B)  <notframes>  (C) <noframe> (D)  <notframe></p><p><strong>(65) What is the extension of HTML form file?</strong></p><p>(A)  .h (B)  .ht  (C) .html (D) Anyone</p><p><strong>(66)  To split browser window horizontally, we may use frameset element with what?</strong></p><p>(A)  Rows (B) Cols  (C) Row (D) Col</p><p><strong>(67)  To split browser window vertically, we may use frameset element with what?</strong></p><p>(A)  rows  (B) cols (C) row  (D) col</p></div> </section><section class="block block-layout-builder block-extra-field-blocknodemcqlinks clearfix"> </section></div></div><div class="layout layout--onecol"><div class="layout__region layout__region--content"> <section class="views-element-container block block-views block-views-blockcurrent-node-id-term-id-block-2 clearfix"><div class="form-group"><div class="view view-current-node-id-term-id view-id-current_node_id_term_id view-display-id-block_2 js-view-dom-id-71063bf6fb4b2fb794d7094eaccf5e5f16d8bcffc3c72a06e8f284f8042c6b9c"></div></div> </section><section class="block block-block-content block-block-content929c7a31-b7e7-4b91-a05f-9ebeda77604d clearfix"><div class="field field--name-body field--type-text-with-summary field--label-hidden field--item"><script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2289298818823395" crossorigin="anonymous"></script><!-- Responsive Desktop and Mobile 12/08/2017 --><ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-2289298818823395" data-ad-slot="1273409990" data-ad-format="auto" data-full-width-responsive="true"></ins><script> (adsbygoogle = window.adsbygoogle || []).push({}); </script></div> </section><section class="views-element-container block block-views block-views-blockcurrent-node-id-term-id-block-1 clearfix"><div class="form-group"><div class="view view-current-node-id-term-id view-id-current_node_id_term_id view-display-id-block_1 js-view-dom-id-6d48b795fcc3f9671de4909f5e201a280e7b7baf0124eb4805590290988c03f4"><div class="view-content"><div class="views-row"><div><span><a class="clicktodownload red" href="/taxonomy/term/622" title="More Computers Study Material"> <strong class="title">More Computers Study Material</strong> <span class="price"><strong>›</strong></span></a></span></div></div></div></div></div> </section><section class="block block-prev-next-content block-prev-next-content-block clearfix"> <nav class="pna-wrapper" aria-label="MCQs navigation"><div class="pna-prev"> <a href="/mcq-computers-cbse-class-10-computer-science-links-and-css-html-mcqs-403421.html" class="pna-link pna-link--prev" rel="prev" title="CBSE Class 10 Computer Science Links and CSS in HTML MCQs"> <span class="pna-meta">Previous MCQs</span> <span class="pna-title">CBSE Class 10 Computer Science Links and CSS in HTML MCQs</span> <span class="pna-arrow" aria-hidden="true">&#8592;</span> </a></div><div class="pna-divider" aria-hidden="true"></div><div class="pna-next"> <a href="/mcq-computers-cbse-class-10-computer-science-loop-control-structure-mcqs-240000.html" class="pna-link pna-link--next" rel="next" title="CBSE Class 10 Computer Science loop control structure MCQs"> <span class="pna-meta">Next MCQs</span> <span class="pna-title">CBSE Class 10 Computer Science loop control structure MCQs</span> <span class="pna-arrow" aria-hidden="true">&#8594;</span> </a></div></nav> </section></div></div><div class="layout layout--onecol"><div ></div></div><div class="layout layout--onecol"><div class="layout__region layout__region--content"> <section class="views-element-container block block-views block-views-blockmore-info-boxes-block-2 clearfix"><div class="form-group"><div class="view view-more-info-boxes view-id-more_info_boxes view-display-id-block_2 js-view-dom-id-f3773e4b41c3bf892d46b05d2632a19c2a00fc568acdf538caec812c913c9d3b"><div class="view-header"><h2 class="study-material-header"> Free study material for Computers</h2></div><div class="view-content"><div><div class="views-field views-field-nothing"><span class="field-content"><a href="/worksheets/622/computers.html"><div class="col-lg-4 col-md-4 col-sm-6"><div class="moreinfo-boxes" title="Computers Free Printable Worksheets PDF "><h3 class="main-desc">Free Printable Worksheets PDF</h3></div></div></a></span></div></div><div><div class="views-field views-field-nothing"><span class="field-content"><a href="/useful-resources/622/computers.html"><div class="col-lg-4 col-md-4 col-sm-6"><div class="moreinfo-boxes" title="Computers Important Notes and Sure Shot Questions "><h3 class="main-desc">Important Notes and Sure Shot Questions</h3></div></div></a></span></div></div><div><div class="views-field views-field-nothing"><span class="field-content"><a href="/syllabus/622/computers.html"><div class="col-lg-4 col-md-4 col-sm-6"><div class="moreinfo-boxes" title="Computers Latest Syllabus "><h3 class="main-desc">Latest Syllabus</h3></div></div></a></span></div></div><div><div class="views-field views-field-nothing"><span class="field-content"><a href="/sample-paper/622/computers.html"><div class="col-lg-4 col-md-4 col-sm-6"><div class="moreinfo-boxes" title="Computers CBSE Sample Papers Latest PDF "><h3 class="main-desc">CBSE Sample Papers Latest PDF</h3></div></div></a></span></div></div><div><div class="views-field views-field-nothing"><span class="field-content"><a href="/question-papers/622/computers.html"><div class="col-lg-4 col-md-4 col-sm-6"><div class="moreinfo-boxes" title="Computers Previous Year Question Papers PDF "><h3 class="main-desc">Previous Year Question Papers PDF</h3></div></div></a></span></div></div><div><div class="views-field views-field-nothing"><span class="field-content"><a href="/printable-worksheets/622/computers.html"><div class="col-lg-4 col-md-4 col-sm-6"><div class="moreinfo-boxes" title="Computers Practice Worksheets PDF "><h3 class="main-desc">Practice Worksheets PDF</h3></div></div></a></span></div></div><div><div class="views-field views-field-nothing"><span class="field-content"><a href="/online-test/622/computers.html"><div class="col-lg-4 col-md-4 col-sm-6"><div class="moreinfo-boxes" title="Computers Online Mock Tests "><h3 class="main-desc">Online Mock Tests</h3></div></div></a></span></div></div><div><div class="views-field views-field-nothing"><span class="field-content"><a href="/ncert-solution/622/computers.html"><div class="col-lg-4 col-md-4 col-sm-6"><div class="moreinfo-boxes" title="Computers NCERT Solutions "><h3 class="main-desc">NCERT Solutions</h3></div></div></a></span></div></div><div><div class="views-field views-field-nothing"><span class="field-content"><a href="/multiple-choice-questions/622/computers.html"><div class="col-lg-4 col-md-4 col-sm-6"><div class="moreinfo-boxes" title="Computers MCQs with Answers "><h3 class="main-desc">MCQs with Answers</h3></div></div></a></span></div></div><div><div class="views-field views-field-nothing"><span class="field-content"><a href="/concepts/622/computers.html"><div class="col-lg-4 col-md-4 col-sm-6"><div class="moreinfo-boxes" title="Computers Revision Notes "><h3 class="main-desc">Revision Notes</h3></div></div></a></span></div></div><div><div class="views-field views-field-nothing"><span class="field-content"><a href="/assignments/622/computers.html"><div class="col-lg-4 col-md-4 col-sm-6"><div class="moreinfo-boxes" title="Computers Assignments with Questions and Answers PDF "><h3 class="main-desc">Assignments with Questions and Answers PDF</h3></div></div></a></span></div></div></div></div></div> </section><section class="block block-layout-builder block-field-blocknodemcqfield-st-template-reference clearfix"><div class="field field--name-field-st-template-reference field--type-entity-reference field--label-hidden field--item"><article role="article" about="/standard-text-template-standard-text-mcqs-464504.html" class="standard-text-template default clearfix"><div class="content"><div class="field field--name-body field--type-text-with-summary field--label-hidden field--item"><h4>MCQs for List and Table Handling in HTML Computers Class 10</h4><p>Students can use these <strong>MCQs for List and Table Handling in HTML</strong> to quickly test their knowledge of the chapter. These multiple-choice questions have been designed as per the latest syllabus for Class 10 Computers released by CBSE. Our expert teachers suggest that you should practice daily and solving these objective questions of List and Table Handling in HTML to understand the important concepts and better marks in your school tests.</p><h4>List and Table Handling in HTML NCERT Based Objective Questions</h4><p>Our expert teachers have designed these Computers MCQs based on the official <strong>NCERT book for Class 10</strong>. We have identified all questions from the most important topics that are always asked in exams. After solving these, please compare your choices with our provided answers. For better understanding of List and Table Handling in HTML, you should also refer to our <strong>NCERT solutions for Class 10 Computers</strong> created by our team.</p><h4>Online Practice and Revision for&nbsp;List and Table Handling in HTML&nbsp;Computers</h4><p>To prepare for your exams you should also take the <strong>Class 10 Computers MCQ Test</strong> for this chapter on our website. This will help you improve your speed and accuracy and its also free for you. Regular revision of these Computers topics will make you an expert in all important chapters of your course.</p></div></div></article></div> </section><section class="block block-layout-builder block-field-blocknodemcqfield-faq-template-reference clearfix"><div class="field field--name-field-faq-template-reference field--type-entity-reference field--label-hidden field--item"><article role="article" about="/faq-templates-node-mcqs-464345.html" class="faq-templates default clearfix"><div class="content"><div class="field field--name-field-faqs field--type-faqfield field--label-hidden field--items"><div class="field--item"><h3 class="faq-heading">FAQs</h3><div id="faqfield_field_faqs_node_464345" class="faq-accordion-wrapper"><div class="faqfield-question">Where can I access latest CBSE Class 10 Computer Science List and Table Handling in HTML MCQs?</div><div class="faqfield-answer"><p>You can get most exhaustive CBSE Class 10 Computer Science List and Table Handling in HTML MCQs for free on StudiesToday.com. These MCQs for Class 10 Computers are updated for the 2026-27 academic session as per CBSE examination standards.</p></div><div class="faqfield-question">Are Assertion-Reasoning and Case-Study MCQs included in the Computers Class 10 material?</div><div class="faqfield-answer"><p>Yes, our CBSE Class 10 Computer Science List and Table Handling in HTML MCQs include the latest type of questions, such as Assertion-Reasoning and Case-based MCQs. 50% of the CBSE paper is now competency-based.</p></div><div class="faqfield-question">How do practicing Computers MCQs help in scoring full marks in Class 10 exams?</div><div class="faqfield-answer"><p>By solving our CBSE Class 10 Computer Science List and Table Handling in HTML MCQs, Class 10 students can improve their accuracy and speed which is important as objective questions provide a chance to secure 100% marks in the Computers.</p></div><div class="faqfield-question">Do you provide answers and explanations for CBSE Class 10 Computer Science List and Table Handling in HTML MCQs?</div><div class="faqfield-answer"><p>Yes, Computers MCQs for Class 10 have answer key and brief explanations to help students understand logic behind the correct option as its important for 2026 competency-focused CBSE exams.</p></div><div class="faqfield-question">Can I practice these Computers Class 10 MCQs online?</div><div class="faqfield-answer"><p>Yes, you can also access online interactive tests for CBSE Class 10 Computer Science List and Table Handling in HTML MCQs on StudiesToday.com as they provide instant answers and score to help you track your progress in Computers.</p></div></div><script> jQuery(window).on('load', function($) { jQuery('[id^="faqfield_field_faqs"]').accordion('destroy').accordion({ collapsible: true, active: false, heightStyle: 'content' }); }); </script></div></div></div></article></div> </section></div></div></div></article></div> </section> <aside class="col-sm-3" role="complementary"><div class="region region-sidebar-second"> <section class="views-element-container block block-views block-views-blockchapter-sidebar-resources-block-1 clearfix" id="block-views-block-chapter-sidebar-resources-block-1"><div class="form-group"><div class="sidebar-resource-list view view-chapter-sidebar-resources view-id-chapter_sidebar_resources view-display-id-block_1 js-view-dom-id-53d6832c5c048176888b0098e26939414963e3f5acd00b311777459eaa17fa21"></div></div> </section><section class="views-element-container block block-views block-views-blockvg-more-related-subjects-block-3 clearfix" id="block-views-block-vg-more-related-subjects-block-3"><div class="form-group"><div class="view-cbse-class-menu view view-vg-more-related-subjects view-id-vg_more_related_subjects view-display-id-block_3 js-view-dom-id-bd842837419a78e3b926e8907b38f2d1aed6873e93318b03e3eea5444d03b2f1"><div class="view-header"><h3 class="sidebar-heading"> Class 10 Subjects</h3></div><div class="view-content"><div class="item-list"><ul><li><div class="views-field views-field-name"><span class="field-content"><a href="/cbse-class-x-social-science-30.html" hreflang="en">Social Science</a></span></div></li><li><div class="views-field views-field-name"><span class="field-content"><a href="/cbse-class-x-science-27.html" hreflang="en">Science</a></span></div></li><li><div class="views-field views-field-name"><span class="field-content"><a href="/cbse-class-x-sanskrit-471.html" hreflang="en">Sanskrit</a></span></div></li><li><div class="views-field views-field-name"><span class="field-content"><a href="/cbse-class-x-other-subjects-623.html" hreflang="en">Other Subjects</a></span></div></li><li><div class="views-field views-field-name"><span class="field-content"><a href="/cbse-class-x-computers-622.html" hreflang="en">Computers</a></span></div></li><li><div class="views-field views-field-name"><span class="field-content"><a href="/cbse-class-x-english-29.html" hreflang="en">English</a></span></div></li><li><div class="views-field views-field-name"><span class="field-content"><a href="/cbse-class-x-french-95.html" hreflang="en">French</a></span></div></li><li><div class="views-field views-field-name"><span class="field-content"><a href="/cbse-class-x-hindi-28.html" hreflang="en">Hindi</a></span></div></li><li><div class="views-field views-field-name"><span class="field-content"><a href="/cbse-class-x-languages-536.html" hreflang="en">Languages</a></span></div></li><li><div class="views-field views-field-name"><span class="field-content"><a href="/cbse-class-x-mathematics-93.html" hreflang="en">Mathematics</a></span></div></li></ul></div></div></div></div> </section><section id="block-sidebaradsensedesktoponly" class="block block-block-content block-block-content29f6fb9b-9c58-4359-a91b-f8990dbf5d0e clearfix"><div class="field field--name-body field--type-text-with-summary field--label-hidden field--item"><div style="min-height:600px;width:100%;overflow:hidden;"> <ins class="adsbygoogle" style="display:block;min-height:600px;" data-ad-client="ca-pub-2289298818823395" data-ad-slot="7612576956" data-ad-format="vertical" data-full-width-responsive="false"></ins><script>(adsbygoogle = window.adsbygoogle || []).push({});</script></div></div> </section></div> </aside></div></div><div class="container-fluid"><div class="footer-pre-top"><div class="region region-footer-pre-top"> <section id="block-ceremai-clean-corporate-theme-block-40" class="block block-block-content block-block-content5d787a24-fd99-4b87-9b0f-a3328ac282eb clearfix"><div class="field field--name-body field--type-text-with-summary field--label-hidden field--item"><script> document.addEventListener("DOMContentLoaded", function () { // Check if the current URL contains "/take/" if (window.location.pathname.includes("/take/")) { // Hide the AddToAny script container const a2aKit = document.querySelector(".a2a_kit"); if (a2aKit) { a2aKit.style.display = "none"; } } }); </script><div class="a2a_kit a2a_kit_size_32 a2a_floating_style a2a_vertical_style" style="right:0px; bottom:150px; background: rgba(0,0,0,0.19) !important;"> <a class="a2a_button_whatsapp"></a> <a class="a2a_button_email"></a> <a class="a2a_button_facebook"></a></div><script async src="https://static.addtoany.com/menu/page.js"></script></div> </section></div></div></div> <footer class="footer" role="contentinfo"><div class="footer-top clearfix"><div class="container-fluid"><div class="footer-first col-sm-6 col-md-3"><div class="region region-footer-first"> <section id="block-quicklinksfooterblock" class="block block-block-content block-block-content5d2369c2-f93a-4496-b0b1-e12fbd5467ac clearfix"><div class="block-title" style="font-size: 18px;margin-left: 40px;"> <strong style="font-size: 18px;">Quick Links</strong></div><div class="field field--name-body field--type-text-with-summary field--label-hidden field--item"><ul><li class="leaf"><i class="fa fa-check-square-o"></i><a href="/syllabus/67/cbse.html">Syllabus</a></li><li class="leaf"><i class="fa fa-check-square-o"></i><a href="/sample-paper/67/cbse.html">Sample Paper</a></li><li class="leaf"><i class="fa fa-check-square-o"></i><a href="/ncert-solution/67/cbse.html">NCERT Solution</a></li><li class="leaf"><i class="fa fa-check-square-o"></i><a href="/question-papers/67/cbse.html">Question Papers</a></li><li class="leaf"><i class="fa fa-check-square-o"></i><a href="/download-books/67/cbse.html">Download Books</a></li><li class="leaf"><i class="fa fa-check-square-o"></i><a href="/concepts/67/cbse.html">Concepts</a></li><li class="leaf"><i class="fa fa-check-square-o"></i><a href="/assignments/67/cbse.html">Printable Assignments</a></li><li class="leaf"><i class="fa fa-check-square-o"></i><a href="/worksheets/67/cbse.html">Printable Worksheets</a></li><li class="leaf"><i class="fa fa-check-square-o"></i><a href="/hot-questions/67/cbse.html">HOTs</a></li><li class="leaf"><i class="fa fa-check-square-o"></i><a href="/value-based-questions/67/cbse.html">VBQs</a></li><li class="leaf"><i class="fa fa-check-square-o"></i><a href="/multiple-choice-questions/67/cbse.html">MCQs</a></li><li class="leaf"><i class="fa fa-check-square-o"></i><a href="/online-test/67/cbse.html">Online Test</a></li></ul></div> </section></div></div><div class="footer-second col-sm-6 col-md-3"><div class="region region-footer-second"> <section id="block-usefullinks-2" class="block block-block-content block-block-content1b6dc9d0-9e10-4bf0-93c8-d0482f47f3b3 clearfix"><div class="block-title" style="font-size: 18px;margin-left: 40px;"> <strong style="font-size: 18px;">Useful Links</strong></div><div class="field field--name-body field--type-text-with-summary field--label-hidden field--item"><ul><li class="leaf"><i class="fa fa-check-square-o"></i> <a href = "/about-us" title="">About Us</a></li><li class="leaf"><i class="fa fa-check-square-o"></i> <a href = "/basic-page/contact-us-227810.html" title="Contact Us">Contact Us</a></li><li class="leaf"><i class="fa fa-check-square-o"></i> <a href = "https://twitter.com/studiestoday" target="_blank" title="Follow us on Twitter">Follow us on Twitter</a></li><li class="leaf"><i class="fa fa-check-square-o"></i> <a href = "/basic-page/disclaimer-7.html" title="Disclaimer">Disclaimer</a></li><li class="leaf"><i class="fa fa-check-square-o"></i> <a href = "/basic-page/privacy-policy-120.html" title="Privacy Policy">Privacy Policy</a></li><li class="leaf"><i class="fa fa-check-square-o"></i> <a href = "/reproduction-copyrights" title="Copyright Notice">Copyright Notice</a></li></ul></div> </section></div></div><div class="footer-fourth col-sm-6 col-md-3"><div class="region region-footer-fourth"> <section id="block-contactus" class="block block-block-content block-block-contentd1898a89-6316-4132-b57b-546877a2214b clearfix"><div class="block-title" style="font-size: 18px;margin-left: 40px;"> <strong style="font-size: 18px;">Contact Us</strong></div><div class="field field--name-body field--type-text-with-summary field--label-hidden field--item"><p>We value your feedback and would love to hear from you for any issue. If you have a query, observation, recommendation or any issue in accessing the website. Please write to us at :</p><p>info [AT]&nbsp;studiestoday.com</p></div> </section></div></div></div></div><div class="footer-bottom clearfix"><div class="container-fluid"><div class="footer-bottom-left"><div class="region region-footer-bottom-left"> <section id="block-copyright" class="block block-block-content block-block-content74cc7b57-bfbb-48e9-acc6-0ed2a76eae54 clearfix"><div class="field field--name-body field--type-text-with-summary field--label-hidden field--item"><p>Copyright © 2026 | <a href="/" title="Copyright M/s Studiestoday">M/s Studiestoday</a></p></div> </section></div></div><div class="footer-bottom-right"></div></div></div> </footer></div> <!-- Google tag (gtag.js) --><script async src="https://www.googletagmanager.com/gtag/js?id=G-VB7N7G602W"></script><script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-VB7N7G602W'); </script><script> window.addEventListener('load', function() { setTimeout(function() { window._izq = window._izq || []; window._izq.push(["init"]); var s = document.createElement('script'); s.src = 'https://cdn.izooto.com/scripts/bdf82a46ef1356d66ba22f2e9857d3b5d768ded4.js'; s.async = true; document.head.appendChild(s); }, 5000); }); </script></body></html>