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

Refer to CBSE Class 10 Computer Science List and Table Handling in HTML MCQs provided below. CBSE Class 10 Computers MCQs with answers available in Pdf for free download. The MCQ Questions for Class 10 Computers with answers have been prepared as per the latest syllabus, CBSE books and examination pattern suggested in Class 10 by CBSE, NCERT and KVS. Multiple Choice Questions for List and Table Handling in HTML are an important part of exams for Class 10 Computers and if practiced properly can help you to get higher marks. 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 refer to the following multiple-choice questions with answers for List and Table Handling in HTML in Class 10. These MCQ questions with answers for Class 10 Computers will come in exams and help you to score good marks

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-28c041bda5dc20fc712c90102f4492c818014567d09b82cb4a1c54a3516851f6"></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"><section class="responsive-managed-ads text-center"><div class="col-lg-12 col-md-12 col-sm-12"><script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script><ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-2289298818823395" data-ad-slot="2881488091" data-ad-format="auto" data-full-width-responsive="true"></ins><script> (adsbygoogle = window.adsbygoogle || []).push({}); </script></div></section></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-c19edfc756ded49a091fed8e31e3096f975caefef8c37b8e8c733b8f7a98b31d"><div class="view-content"><div class="views-row"><div><span><a class="clicktodownload red" href="/taxonomy/term/622" title="Click on the link for more study material"> <strong class="title">More Computers Study Material</strong> <span class="price"><strong>›</strong></span></a></span></div></div></div></div></div> </section></div></div><div class="layout layout--onecol"><div class="layout__region layout__region--content"></div></div><div class="layout layout--onecol"><div class="layout__region layout__region--content"> <section class="views-element-container block block-views block-views-blockvg-chapter-list-block-block-1 clearfix"><div class="form-group"><div class="main-studygrid view view-vg-chapter-list-block view-id-vg_chapter_list_block view-display-id-block_1 js-view-dom-id-f810aab3e4c149457758c425b2ac3ea1ef59ba4fc31d94dfaccec7c7e7eb6b73"><div class="view-content"><div class="table-responsive"><table class="table table-hover table-striped sticky-enabled"><caption> <i class="fa fa-indent"></i> MCQs for Class 10 Computers</caption><tbody><tr><td><a href="/mcq-computers-cbse-class-10-computer-science-arrays-mcqs-240001.html" hreflang="en">CBSE Class 10 Computer Science Arrays MCQs</a></td></tr><tr><td><a href="/mcq-computers-cbse-class-10-computer-science-charts-calc-mcqs-239992.html" hreflang="en">CBSE Class 10 Computer Science Charts in Calc MCQs</a></td></tr><tr><td><a href="/mcq-computers-cbse-class-10-computer-science-data-editing-and-formatting-calc-mcqs-239990.html" hreflang="en">CBSE Class 10 Computer Science Data Editing and Formatting in Calc MCQs</a></td></tr><tr><td><a href="/mcq-computers-cbse-class-10-computer-science-data-types-operators-and-expressions-c-language-mcqs" hreflang="en">CBSE Class 10 Computer Science Data Types Operators And Expressions In C Language MCQs</a></td></tr><tr><td><a href="/mcq-computers-cbse-class-10-computer-science-database-management-system-mcqs-466264.html" hreflang="en">CBSE Class 10 Computer Science Database Management System MCQs</a></td></tr><tr><td><a href="/mcq-computers-cbse-class-10-computer-science-decision-structure-mcqs-239999.html" hreflang="en">CBSE Class 10 Computer Science Decision Structure MCQs</a></td></tr><tr><td><a href="/mcq-computers-cbse-class-10-computer-science-digital-documentation-advanced-mcqs-466272.html" hreflang="en">CBSE Class 10 Computer Science Digital Documentation Advanced MCQs</a></td></tr><tr><td><a href="/mcq-computers-cbse-class-10-computer-science-function-calc-mcqs-239991.html" hreflang="en">CBSE Class 10 Computer Science Function in Calc MCQs</a></td></tr><tr><td><a href="/mcq-computers-cbse-class-10-computer-science-function-mcqs-240002.html" hreflang="en">CBSE Class 10 Computer Science Function MCQs</a></td></tr><tr><td><a href="/mcq-computers-cbse-class-10-computer-science-handling-images-html-mcqs-239987.html" hreflang="en">CBSE Class 10 Computer Science handling images in html MCQs</a></td></tr><tr><td><a href="/mcq-computers-cbse-class-10-computer-science-head-and-body-sections-mcqs-239986.html" hreflang="en">CBSE Class 10 Computer Science head and body sections MCQs</a></td></tr><tr><td><a href="/mcq-computers-cbse-class-10-computer-science-internet-basics-mcqs-403365.html" hreflang="en">CBSE Class 10 Computer Science Internet Basics MCQs</a></td></tr><tr><td><a href="/mcq-computers-cbse-class-10-computer-science-internet-services-and-mobile-technologies-mcqs-403392" hreflang="en">CBSE Class 10 Computer Science Internet Services and Mobile Technologies MCQs</a></td></tr><tr><td><a href="/mcq-computers-cbse-class-10-computer-science-introduction-c-language-mcqs-239996.html" hreflang="en">CBSE Class 10 Computer Science Introduction to C Language MCQs</a></td></tr><tr><td><a href="/mcq-computers-cbse-class-10-computer-science-introduction-calc-mcqs-239989.html" hreflang="en">CBSE Class 10 Computer Science Introduction to Calc MCQs</a></td></tr><tr><td><a href="/mcq-computers-cbse-class-10-computer-science-introduction-html-mcqs-239950.html" hreflang="en">CBSE Class 10 Computer Science Introduction to HTML MCQs</a></td></tr><tr><td><a href="/mcq-computers-cbse-class-10-computer-science-links-and-css-html-mcqs-403421.html" hreflang="en">CBSE Class 10 Computer Science Links and CSS in HTML MCQs</a></td></tr><tr><td><a href="/mcq-computers-cbse-class-10-computer-science-list-and-table-handling-html-mcqs-239988.html" hreflang="en">CBSE Class 10 Computer Science List and Table Handling in HTML MCQs</a></td></tr><tr><td><a href="/mcq-computers-cbse-class-10-computer-science-loop-control-structure-mcqs-240000.html" hreflang="en">CBSE Class 10 Computer Science loop control structure MCQs</a></td></tr><tr><td><a href="/mcq-computers-cbse-class-10-computer-science-problem-and-problem-solving-mcqs-239993.html" hreflang="en">CBSE Class 10 Computer Science Problem and Problem Solving MCQs</a></td></tr><tr><td><a href="/mcq-computers-cbse-class-10-computer-science-using-io-operations-mcqs-239998.html" hreflang="en">CBSE Class 10 Computer Science Using I/O operations MCQs</a></td></tr><tr><td><a href="/mcq-computers-cbse-class-10-computer-science-web-applications-and-security-mcqs-465955.html" hreflang="en">CBSE Class 10 Computer Science Web Applications and Security MCQs</a></td></tr><tr><td><a href="/mcq-computers-cbse-class-10-computer-science-working-tables-html-mcqs-403402.html" hreflang="en">CBSE Class 10 Computer Science Working with Tables in HTML MCQs</a></td></tr></tbody></table></div></div></div></div> </section><section class="block block-better-social-sharing-buttons block-social-sharing-buttons-block clearfix"><div style="display: none"><svg aria-hidden="true" style="position: absolute; width: 0; height: 0; overflow: hidden;" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> <defs> <symbol id="copy" viewBox="0 0 64 64"> <path fill="#2b6a94" style="fill: var(--color1, #2b6a94)" d="M0 0h64v64h-64z"></path> <path fill="#fff" style="fill: var(--color2, #fff)" d="M44.039 35.858l6.008-6.009c4.383-4.382 4.383-11.513 0-15.895-4.382-4.383-11.513-4.383-15.896 0l-8.67 8.67c-4.383 4.382-4.383 11.513 0 15.895 0.647 0.648 1.355 1.197 2.105 1.653l4.642-4.642c-0.884-0.211-1.723-0.658-2.411-1.345-1.992-1.992-1.992-5.234 0-7.225l8.67-8.67c1.992-1.992 5.234-1.992 7.225 0s1.992 5.233 0 7.225l-2.547 2.548c1.050 2.47 1.34 5.187 0.874 7.796z"></path> <path fill="#fff" style="fill: var(--color2, #fff)" d="M19.962 28.142l-6.008 6.008c-4.383 4.382-4.383 11.513 0 15.896 4.382 4.383 11.513 4.383 15.896 0l8.67-8.67c4.383-4.382 4.382-11.513 0-15.895-0.647-0.648-1.355-1.197-2.104-1.653l-4.642 4.642c0.884 0.212 1.722 0.657 2.411 1.345 1.992 1.992 1.992 5.233 0 7.225l-8.671 8.67c-1.992 1.992-5.233 1.992-7.225 0s-1.992-5.233 0-7.225l2.548-2.547c-1.050-2.47-1.34-5.188-0.874-7.797z"></path> </symbol> <symbol id="digg" viewBox="0 0 64 64"> <path fill="#2a5f91" style="fill: var(--color3, #2a5f91)" d="M8 0h48c4.418 0 8 3.582 8 8v48c0 4.418-3.582 8-8 8h-48c-4.418 0-8-3.582-8-8v-48c0-4.418 3.582-8 8-8z"></path> <path fill="#fff" style="fill: var(--color2, #fff)" d="M15.889 14.222v8.889h-8.889v17.777h13.889v-26.667h-5zM12 36.445v-8.889h3.889v8.889h-3.889zM22 23.111h5v17.777h-5v-17.777zM22 14.222h5v5.001h-5v-5.001zM42.556 23.111v0h-13.333v17.777h8.333v3.889h-8.333v5h13.333v-26.667zM34.222 36.445v-8.889h3.333v8.889h-3.333zM57 23.111h-13.333v17.777h8.889v3.889h-8.889v5h13.333v-26.667zM52.556 36.445h-3.889v-8.889h3.889v8.889z"></path> </symbol> <symbol id="email" viewBox="0 0 64 64"> <path fill="#f60" style="fill: var(--color4, #f60)" d="M0 0h64v64h-64z"></path> <path fill="#fff" style="fill: var(--color2, #fff)" d="M32 35.077l18.462-16h-36.924zM27.013 33.307l4.987 4.091 4.909-4.093 13.553 11.617h-36.924zM12.307 43.693v-23.386l13.539 11.693zM51.693 43.693v-23.386l-13.539 11.693z"></path> </symbol> <symbol id="evernote" viewBox="0 0 64 64"> <path fill="#489951" style="fill: var(--color5, #489951)" d="M3.196 0h57.609c1.765 0 3.196 1.426 3.196 3.196v57.609c0 1.765-1.426 3.196-3.196 3.196h-57.609c-1.765 0-3.196-1.426-3.196-3.196v-57.609c0-1.765 1.426-3.196 3.196-3.196z"></path> <path fill="#fff" style="fill: var(--color2, #fff)" d="M47.093 19.16c-0.296-1.572-1.239-2.346-2.090-2.651-0.919-0.329-2.783-0.671-5.125-0.944-1.884-0.221-4.099-0.202-5.437-0.162-0.161-1.090-0.932-2.087-1.794-2.431-2.299-0.917-5.853-0.696-6.765-0.443-0.724 0.201-1.527 0.613-1.974 1.247-0.3 0.424-0.493 0.967-0.494 1.725 0 0.429 0.012 1.441 0.023 2.339 0.011 0.901 0.023 1.708 0.023 1.713-0 0.802-0.656 1.455-1.469 1.456h-3.728c-0.796 0-1.403 0.133-1.867 0.342s-0.794 0.492-1.044 0.826c-0.498 0.662-0.585 1.481-0.583 2.315 0 0 0.008 0.682 0.173 2.002 0.138 1.021 1.255 8.158 2.317 10.328 0.411 0.845 0.685 1.196 1.494 1.568 1.801 0.764 5.915 1.615 7.843 1.859 1.924 0.244 3.133 0.757 3.852-0.74 0.003-0.004 0.145-0.372 0.339-0.913 0.625-1.878 0.712-3.544 0.712-4.75 0-0.123 0.181-0.128 0.181 0 0 0.851-0.164 3.864 2.131 4.672 0.906 0.319 2.785 0.602 4.695 0.825 1.727 0.197 2.98 0.871 2.98 5.264 0 2.672-0.566 3.039-3.525 3.039-2.399 0-3.313 0.062-3.313-1.828 0-1.527 1.524-1.367 2.653-1.367 0.504 0 0.138-0.372 0.138-1.314 0-0.937 0.591-1.479 0.032-1.493-3.905-0.107-6.201-0.005-6.201 4.837 0 4.396 1.696 5.212 7.238 5.212 4.345 0 5.876-0.141 7.67-5.66 0.355-1.090 1.213-4.415 1.733-9.998 0.328-3.531-0.31-14.186-0.816-16.875v0zM39.52 30.936c-0.537-0.019-1.053 0.015-1.534 0.092 0.135-1.084 0.587-2.416 2.187-2.361 1.771 0.061 2.020 1.721 2.026 2.845-0.747-0.331-1.672-0.541-2.679-0.576v0zM18.088 19.935h3.73c0.213 0 0.386-0.173 0.386-0.383 0-0.002-0.045-3.169-0.045-4.050v-0.011c0-0.723 0.153-1.355 0.42-1.883l0.127-0.237c-0.014 0.002-0.029 0.010-0.043 0.023l-7.243 7.122c-0.014 0.012-0.023 0.027-0.027 0.042 0.15-0.074 0.354-0.174 0.384-0.186 0.631-0.283 1.396-0.437 2.311-0.437v0z"></path> </symbol> <symbol id="facebook" viewBox="0 0 64 64"> <path fill="#3a559f" style="fill: var(--color6, #3a559f)" d="M0 0v64h34.084v-24.722h-8.332v-10.092h8.332v-8.476c0-6.164 4.997-11.161 11.161-11.161h8.71v9.075h-6.233c-1.959 0-3.547 1.588-3.547 3.547v7.015h9.623l-1.33 10.092h-8.293v24.722h19.824v-64h-64z"></path> </symbol> <symbol id="linkedin" viewBox="0 0 64 64"> <path fill="#0076b2" style="fill: var(--color7, #0076b2)" d="M0 0h64v64h-64z"></path> <path fill="#fff" style="fill: var(--color2, #fff)" d="M14.537 25.873h7.435v23.896h-7.434v-23.896zM18.257 13.995c2.375 0 4.305 1.929 4.305 4.306s-1.929 4.307-4.305 4.307c-0.001 0-0.002 0-0.003 0-2.378 0-4.305-1.927-4.305-4.305 0-0.001 0-0.001 0-0.002v0c0-0 0-0.001 0-0.002 0-2.378 1.927-4.305 4.305-4.305 0.001 0 0.002 0 0.004 0h-0zM26.631 25.873h7.119v3.267h0.102c0.99-1.879 3.413-3.86 7.027-3.86 7.52 0 8.909 4.948 8.909 11.384v13.106h-7.425v-11.621c0-2.771-0.048-6.336-3.86-6.336-3.864 0-4.453 3.020-4.453 6.138v11.819h-7.418v-23.896z"></path> </symbol> <symbol id="messenger" viewBox="0 0 64 64"> <path fill="#0084ff" style="fill: var(--color8, #0084ff)" d="M0 0h64v64h-64z"></path> <path fill="#fff" style="fill: var(--color2, #fff)" d="M32 8.765c-12.703 0-23 9.63-23 21.508 0 6.758 3.332 12.787 8.544 16.73v8.231l7.849-4.354c1.972 0.571 4.238 0.9 6.58 0.9 0.009 0 0.019 0 0.028 0h-0.002c12.703 0 23-9.629 23-21.508s-10.297-21.508-23-21.508zM34.422 37.607l-5.949-6.18-11.456 6.335 12.56-13.328 5.949 6.18 11.455-6.335-12.559 13.329z"></path> </symbol> <symbol id="pinterest" viewBox="0 0 64 64"> <path fill="#bd081c" style="fill: var(--color9, #bd081c)" d="M0 0h64v64h-64z"></path> <path fill="#fff" style="fill: var(--color2, #fff)" d="M45.873 25.872c0 8.078-4.487 14.11-11.108 14.11-2.222 0-4.313-1.203-5.030-2.568 0 0-1.195 4.745-1.448 5.66-0.89 3.233-3.512 6.47-3.715 6.737-0.142 0.182-0.457 0.125-0.49-0.117-0.058-0.413-0.725-4.495 0.063-7.825 0.395-1.67 2.648-11.218 2.648-11.218s-0.657-1.315-0.657-3.258c0-3.052 1.77-5.329 3.97-5.329 1.872 0 2.778 1.405 2.778 3.090 0 1.884-1.198 4.698-1.818 7.306-0.517 2.185 1.095 3.965 3.25 3.965 3.9 0 6.525-5.010 6.525-10.945 0-4.511-3.037-7.89-8.565-7.89-6.242 0-10.135 4.657-10.135 9.86 0 1.793 0.53 3.058 1.358 4.036 0.38 0.45 0.435 0.632 0.297 1.149-0.102 0.38-0.325 1.29-0.422 1.653-0.135 0.52-0.558 0.708-1.030 0.515-2.875-1.175-4.215-4.325-4.215-7.865 0-5.849 4.933-12.86 14.713-12.86 7.862 0 13.032 5.686 13.032 11.793z"></path> </symbol> <symbol id="print" viewBox="0 0 64 64"> <path fill="#157efb" style="fill: var(--color10, #157efb)" d="M0 0h64v64h-64v-64z"></path> <path fill="#fff" style="fill: var(--color2, #fff)" d="M13 21h38v-12c0-2.2-1.8-4-4-4h-30c-2.2 0-4 1.8-4 4v12zM11 53h-2c-3.4 0-6-2.6-6-6v-18c0-3.4 2.6-6 6-6h46c3.4 0 6 2.6 6 6v18c0 3.4-2.6 6-6 6h-2v-16h-42v16zM13 39h38v16c0 2.2-1.8 4-4 4h-30c-2.2 0-4-1.8-4-4v-16zM49 33c1.2 0 2-0.8 2-2s-0.8-2-2-2-2 0.8-2 2 0.8 2 2 2v0zM17 45v2h30v-2h-30zM17 51v2h30v-2h-30z"></path> </symbol> <symbol id="reddit" viewBox="0 0 64 64"> <path fill="#ff4500" style="fill: var(--color11, #ff4500)" d="M0 0h64v64h-64z"></path> <path fill="#fff" style="fill: var(--color2, #fff)" d="M29.37 25.258c-0.001-1.233-1.001-2.232-2.233-2.233h-0c-1.233 0.002-2.231 1.001-2.232 2.233v0c0.001 1.232 1 2.231 2.232 2.233h0c1.233-0.001 2.232-1 2.233-2.232v-0zM36.861 23.023c-1.233 0.001-2.233 1.001-2.234 2.234v0c0.001 1.233 1.001 2.232 2.234 2.233h0c1.233-0.001 2.233-1 2.235-2.233v-0c-0.001-1.234-1.001-2.233-2.235-2.235h-0zM36.33 30.723c-0.843 0.842-2.272 1.252-4.33 1.252-2.059 0-3.487-0.41-4.329-1.252-0.112-0.112-0.267-0.182-0.439-0.182-0.343 0-0.62 0.278-0.62 0.62 0 0.171 0.069 0.326 0.182 0.439v0c1.087 1.086 2.801 1.615 5.206 1.615s4.119-0.529 5.207-1.615c0.112-0.112 0.182-0.267 0.182-0.439 0-0.343-0.278-0.62-0.62-0.62-0.171 0-0.326 0.069-0.438 0.181v0z"></path> <path fill="#fff" style="fill: var(--color2, #fff)" d="M48.13 22.825c0-2.023-1.645-3.668-3.667-3.668-0.933 0-1.785 0.352-2.432 0.927-2.488-1.602-5.705-2.54-9.149-2.677l1.89-5.977 5.142 1.21c0.012 1.66 1.359 3.002 3.020 3.004h0c1.669-0.002 3.021-1.354 3.023-3.022v-0c-0.002-1.669-1.355-3.021-3.023-3.022h-0c-1.235 0.002-2.297 0.743-2.766 1.806l-0.008 0.019-5.664-1.334c-0.043-0.011-0.092-0.017-0.143-0.017-0.276 0-0.509 0.18-0.59 0.429l-0.001 0.004-2.178 6.887c-3.619 0.067-7.015 1.015-9.613 2.69-0.642-0.576-1.495-0.927-2.431-0.927-0.001 0-0.001 0-0.002 0h0c-2.022 0-3.668 1.645-3.668 3.668 0.001 1.332 0.712 2.498 1.775 3.139l0.016 0.009c-0.055 0.343-0.083 0.692-0.083 1.042 0 2.622 1.535 5.068 4.324 6.889 0.887 0.579 1.87 1.071 2.923 1.473-2.056 0.98-3.511 3.366-3.511 6.148 0 3.142 1.858 5.778 4.34 6.455 0.194 0.605 0.409 1.181 0.644 1.723-0.103-0.008-0.224-0.014-0.345-0.014h-0.001c-2.232 0-4.047 1.525-4.047 3.398 0 0.28 0.049 0.57 0.151 0.885 0.083 0.251 0.316 0.429 0.59 0.429 0 0 0 0 0 0h18.617c0.272 0 0.512-0.176 0.593-0.435 0.101-0.325 0.148-0.603 0.148-0.879 0-1.873-1.816-3.398-4.050-3.398-0.084 0-0.166 0.002-0.248 0.007 0.234-0.54 0.449-1.114 0.641-1.715 2.483-0.676 4.34-3.313 4.34-6.455 0-2.782-1.456-5.168-3.511-6.148 1.053-0.402 2.036-0.894 2.922-1.472 2.788-1.82 4.325-4.267 4.325-6.889 0-0.351-0.029-0.698-0.083-1.042 1.079-0.651 1.789-1.817 1.79-3.148v-0zM44.717 12.623c0 0.982-0.8 1.781-1.783 1.781-0.983-0.001-1.78-0.798-1.78-1.781v-0c0.001-0.983 0.797-1.78 1.78-1.782h0c0.983 0 1.783 0.8 1.783 1.782zM40.763 53.086c0 0.024-0.001 0.048-0.002 0.074h-5.255c0.559-0.577 1.072-1.288 1.533-2.11 0.275-0.077 0.59-0.121 0.915-0.121h0c1.549 0 2.809 0.968 2.809 2.157zM25.951 50.928c0.363 0 0.709 0.053 1.026 0.15 0.456 0.81 0.965 1.511 1.516 2.081h-5.347c-0.002-0.022-0.002-0.047-0.003-0.073v-0c0-1.19 1.259-2.157 2.807-2.157zM33.535 53.16h-3.070c-2.758-1.578-4.745-7.083-4.745-13.203 0-1.446 0.111-2.847 0.314-4.168 1.849 0.559 3.875 0.854 5.967 0.854s4.118-0.296 5.969-0.855c0.199 1.245 0.313 2.681 0.313 4.144 0 0.008 0 0.017 0 0.025v-0.001c0 6.12-1.987 11.625-4.746 13.203zM24.628 36.941c-0.096 0.903-0.15 1.951-0.15 3.012 0 0.001 0 0.002 0 0.003v-0c0 2.325 0.27 4.55 0.756 6.537-1.573-0.813-2.681-2.733-2.681-4.968 0-1.935 0.831-3.634 2.075-4.583zM38.764 46.493c0.487-1.987 0.757-4.212 0.757-6.538 0-1.036-0.053-2.043-0.15-3.015 1.243 0.949 2.075 2.648 2.075 4.584 0 2.236-1.108 4.157-2.681 4.969zM32 35.403c-7.268 0-13.181-3.762-13.181-8.387s5.913-8.387 13.181-8.387 13.181 3.762 13.181 8.386c0 4.625-5.913 8.388-13.181 8.388zM19.538 20.398c0.514 0 0.991 0.162 1.384 0.435-1.416 1.128-2.41 2.444-2.928 3.861-0.541-0.447-0.883-1.118-0.883-1.869 0-0 0-0 0-0v0c0.002-1.34 1.087-2.425 2.426-2.427h0zM43.078 20.833c0.385-0.272 0.864-0.436 1.381-0.436 0.001 0 0.002 0 0.004 0h-0c1.34 0.002 2.425 1.087 2.426 2.427v0c0 0.752-0.345 1.424-0.883 1.869-0.518-1.418-1.511-2.732-2.928-3.86z"></path> </symbol> <symbol id="tumblr" viewBox="0 0 64 64"> <path fill="#3b445c" style="fill: var(--color13, #3b445c)" d="M0 0h64v64h-64z"></path> <path fill="#fff" style="fill: var(--color2, #fff)" d="M36.813 51.2c3.843 0 7.65-1.368 8.909-3.025l0.252-0.332-2.382-7.060c-0.022-0.064-0.082-0.109-0.152-0.109-0 0-0.001 0-0.001 0h-5.32c-0.001 0-0.002 0-0.003 0-0.072 0-0.133-0.049-0.152-0.115l-0-0.001c-0.062-0.235-0.099-0.523-0.105-0.879v-8.633c0-0.089 0.072-0.16 0.161-0.16h6.26c0.089 0 0.161-0.072 0.161-0.161v0-8.833c-0-0.089-0.072-0.16-0.161-0.16 0 0 0 0 0 0h-6.233c0 0 0 0 0 0-0.088 0-0.16-0.072-0.16-0.16 0-0 0-0 0-0v0-8.61c-0.001-0.088-0.072-0.16-0.161-0.16-0 0-0 0-0.001 0v0h-10.931c-0.942 0.016-1.712 0.73-1.815 1.647l-0.001 0.008c-0.546 4.443-2.584 7.11-6.415 8.39l-0.427 0.142c-0.064 0.022-0.11 0.082-0.11 0.152v7.585c0 0.088 0.073 0.16 0.161 0.16h3.912v9.341c0 7.457 5.165 10.975 14.713 10.975zM44.134 47.596c-1.199 1.154-3.66 2.010-6.019 2.050-0.089 0.002-0.176 0.002-0.264 0.002h-0.001c-7.758-0.001-9.828-5.922-9.828-9.422v-10.752c0-0.089-0.072-0.16-0.16-0.16v0h-3.752c-0 0-0 0-0 0-0.088 0-0.16-0.072-0.16-0.16 0-0 0-0 0-0v0-4.898c0-0.066 0.041-0.124 0.102-0.148 4.009-1.561 6.248-4.662 6.838-9.459 0.032-0.267 0.253-0.274 0.255-0.274h5.008c0.089 0 0.16 0.072 0.16 0.161v8.61c0 0 0 0 0 0 0 0.088 0.072 0.16 0.16 0.16 0 0 0 0 0.001 0v0h6.233c0 0 0 0 0 0 0.088 0 0.16 0.072 0.16 0.16 0 0 0 0.001 0 0.001v-0 5.688c0 0 0 0 0 0 0 0.088-0.072 0.16-0.16 0.16 0 0 0 0 0 0h-6.26c-0 0-0.001 0-0.001 0-0.088 0-0.16 0.072-0.16 0.16 0 0 0 0 0 0v0 10.22c0.038 2.301 1.151 3.468 3.31 3.468 0.87 0 1.867-0.203 2.777-0.55 0.017-0.007 0.037-0.011 0.058-0.011 0.069 0 0.128 0.045 0.15 0.107l0 0.001 1.593 4.72c0.020 0.060 0.006 0.126-0.040 0.169z"></path> </symbol> <symbol id="twitter" viewBox="0 0 64 64"> <path fill="#55acee" style="fill: var(--color14, #55acee)" d="M0 0h64v64h-64z"></path> <path fill="#fff" style="fill: var(--color2, #fff)" d="M49.92 20.885c-1.23 0.56-2.656 0.968-4.152 1.15l-0.071 0.007c1.52-0.921 2.663-2.335 3.218-4.016l0.015-0.052c-1.344 0.812-2.908 1.431-4.575 1.768l-0.094 0.016c-1.343-1.431-3.247-2.322-5.358-2.322-0.003 0-0.006 0-0.009 0h0.001c-4.061 0-7.353 3.292-7.353 7.352 0 0.576 0.065 1.138 0.19 1.676-6.111-0.307-11.529-3.234-15.155-7.683-0.626 1.056-0.996 2.328-0.996 3.686 0 0.004 0 0.008 0 0.012v-0.001c0 0.002 0 0.004 0 0.006 0 2.539 1.287 4.777 3.245 6.098l0.026 0.017c-1.228-0.040-2.37-0.376-3.367-0.939l0.037 0.019c-0.001 0.031-0.001 0.061-0.001 0.093 0 3.563 2.535 6.534 5.899 7.21-0.579 0.164-1.245 0.258-1.933 0.258-0.491 0-0.971-0.048-1.435-0.14l0.047 0.008c0.936 2.921 3.651 5.047 6.869 5.106-2.482 1.962-5.657 3.148-9.108 3.148-0.008 0-0.017 0-0.025 0h0.001c-0.002 0-0.004 0-0.006 0-0.616 0-1.223-0.037-1.82-0.11l0.072 0.007c3.18 2.071 7.071 3.303 11.25 3.303 0.008 0 0.015 0 0.023 0h-0.001c13.525 0 20.921-11.204 20.921-20.921 0-0.319-0.008-0.636-0.022-0.951 1.445-1.052 2.662-2.313 3.635-3.753l0.034-0.053z"></path> </symbol> <symbol id="whatsapp" viewBox="0 0 64 64"> <path fill="#25d366" style="fill: var(--color15, #25d366)" d="M0 0h64v64h-64z"></path> <path fill="#fff" style="fill: var(--color2, #fff)" d="M14.080 50.007l2.532-9.248c-1.498-2.553-2.383-5.623-2.383-8.899 0-0.008 0-0.015 0-0.023v0.001c0.004-9.84 8.009-17.845 17.845-17.845 4.774 0.002 9.255 1.861 12.623 5.234 3.37 3.372 5.224 7.856 5.222 12.625-0.004 9.839-8.010 17.845-17.845 17.845 0 0 0.001 0 0 0h-0.008c-3.126-0-6.065-0.805-8.619-2.219l0.091 0.046-9.46 2.482zM23.978 44.294l0.542 0.322c2.158 1.299 4.763 2.068 7.548 2.068 0 0 0.001 0 0.001 0h0.006c8.175 0 14.829-6.654 14.832-14.832 0.002-3.963-1.54-7.689-4.34-10.493s-6.525-4.348-10.486-4.35c-8.181 0-14.835 6.654-14.838 14.831 0 0.007 0 0.015 0 0.023 0 2.918 0.845 5.638 2.303 7.93l-0.036-0.060 0.353 0.562-1.498 5.473 5.613-1.472z"></path> <path fill="#fff" style="fill: var(--color2, #fff)" d="M41.065 36.095c-0.111-0.186-0.408-0.297-0.854-0.521-0.447-0.223-2.639-1.301-3.047-1.45s-0.706-0.224-1.004 0.222c-0.297 0.447-1.151 1.452-1.411 1.748s-0.52 0.335-0.967 0.112c-0.446-0.223-1.882-0.694-3.585-2.213-1.326-1.182-2.221-2.642-2.48-3.088s-0.028-0.688 0.195-0.91c0.201-0.2 0.446-0.521 0.669-0.781s0.297-0.447 0.446-0.744c0.148-0.297 0.074-0.558-0.038-0.781s-1.003-2.418-1.375-3.311c-0.361-0.869-0.73-0.752-1.003-0.765-0.229-0.010-0.498-0.016-0.768-0.016-0.031 0-0.061 0-0.092 0h0.005c-0.297 0-0.78 0.112-1.189 0.558s-1.561 1.525-1.561 3.72c0 2.195 1.598 4.315 1.82 4.613s3.144 4.801 7.617 6.733c0.656 0.296 1.498 0.616 2.361 0.89l0.181 0.050c1.068 0.339 2.040 0.291 2.808 0.176 0.857-0.129 2.638-1.078 3.010-2.12s0.371-1.935 0.26-2.121z"></path> </symbol> </defs></svg></div><div class="social-sharing-buttons"> <a href="https://www.facebook.com/sharer/sharer.php?u=https://www.studiestoday.com/mcq-computers-cbse-class-10-computer-science-list-and-table-handling-html-mcqs-239988.html&amp;title=CBSE%20Class%2010%20Computer%20Science%20List%20and%20Table%20Handling%20in%20HTML%20MCQs" target="_blank" title="Share to Facebook" aria-label="Share to Facebook" class="social-sharing-buttons__button share-facebook" rel="noopener"> <svg width="20px" height="20px" style="border-radius:3px;"> <use href="/modules/contrib/better_social_sharing_buttons/assets/dist/sprites/social-icons--square.svg#facebook" /> </svg> </a> <a href="http://twitter.com/intent/tweet?text=CBSE%20Class%2010%20Computer%20Science%20List%20and%20Table%20Handling%20in%20HTML%20MCQs+https://www.studiestoday.com/mcq-computers-cbse-class-10-computer-science-list-and-table-handling-html-mcqs-239988.html" target="_blank" title="Share to Twitter" aria-label="Share to Twitter" class="social-sharing-buttons__button share-twitter" rel="noopener"> <svg width="20px" height="20px" style="border-radius:3px;"> <use href="/modules/contrib/better_social_sharing_buttons/assets/dist/sprites/social-icons--square.svg#twitter" /> </svg> </a> <a href="https://wa.me/?text=https://www.studiestoday.com/mcq-computers-cbse-class-10-computer-science-list-and-table-handling-html-mcqs-239988.html" target="_blank" title="Share to WhatsApp" aria-label="Share to WhatsApp" class="social-sharing-buttons__button share-whatsapp" rel="noopener"> <svg width="20px" height="20px" style="border-radius:3px;"> <use href="/modules/contrib/better_social_sharing_buttons/assets/dist/sprites/social-icons--square.svg#whatsapp" /> </svg> </a> <a href="mailto:?subject=CBSE%20Class%2010%20Computer%20Science%20List%20and%20Table%20Handling%20in%20HTML%20MCQs&amp;body=https://www.studiestoday.com/mcq-computers-cbse-class-10-computer-science-list-and-table-handling-html-mcqs-239988.html" title="Share to Email" aria-label="Share to Email" class="social-sharing-buttons__button share-email" target="_blank" rel="noopener"> <svg width="20px" height="20px" style="border-radius:3px;"> <use href="/modules/contrib/better_social_sharing_buttons/assets/dist/sprites/social-icons--square.svg#email" /> </svg> </a></div> </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-blockmore-info-boxes-block-2 clearfix"><h2 class="block-title"><span>More Study Material</span></h2><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-b695c7a835b6a24a3b247ffd7e9b68128427526a36663a6c4524c82923445499"><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"><div class="modtitle">Printable Worksheets</div><div class="main-desc">Printable Worksheets for Class 10 Computers Worksheets</div></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"><div class="modtitle">Useful Resources</div><div class="main-desc">CBSE Class 10 Computers Advanced Study Material</div></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"><div class="modtitle">Latest Syllabus</div><div class="main-desc">CBSE Class 10 Syllabus for Computers</div></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"><div class="modtitle">Sample Papers</div><div class="main-desc">CBSE Sample Paper for Class 10 Computers</div></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"><div class="modtitle">Question Papers</div><div class="main-desc">CBSE Class 10 Computers Previous Year Question Papers</div></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"><div class="modtitle">Practice Worksheets</div><div class="main-desc">Printable Worksheets Class 10 Computers Pdf download</div></div></div></a></span></div></div> <section class="responsive-managed-ads text-center"><div class="col-lg-12 col-md-12 col-sm-12"> <ins class="adsbygoogle" style="display:block" data-ad-client="ca-pub-2289298818823395" data-ad-slot="2881488091" data-ad-format="auto" data-full-width-responsive="true"> </ins><script> (adsbygoogle = window.adsbygoogle || []).push({}); </script></div> </section><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"><div class="modtitle">Online Test</div><div class="main-desc">Computers Class 10 MCQ Online Test</div></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"><div class="modtitle">NCERT Solutions</div><div class="main-desc">NCERT Solutions for Class 10 Computer Science</div></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"><div class="modtitle">Multiple Choice Questions</div><div class="main-desc">MCQ Questions for Class 10 Computers with Answers</div></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"><div class="modtitle">Notes</div><div class="main-desc">CBSE Class 10 Computers Revision Notes</div></div></div></a></span></div></div></div></div></div> </section><section class="block block-layout-builder block-field-blocknodemcqfield-tags clearfix"><div class="field field--name-field-tags field--type-entity-reference field--label-inline"><div class="field--label">Tags</div><div class="field--items"><div class="field--item"><a href="/tags/cbse-mcq-7953.html" hreflang="en">CBSE MCQ</a></div><div class="field--item"><a href="/tags/cbse-class-10-computers-mcq-13068.html" hreflang="en">CBSE Class 10 Computers MCQ</a></div><div class="field--item"><a href="/tags/cbse-class-10-computers-pdf-mcq-13069.html" hreflang="en">CBSE Class 10 Computers pdf MCQ</a></div><div class="field--item"><a href="/tags/class-10-computers-mcq-pdf-13070.html" hreflang="en">Class 10 Computers MCQ pdf</a></div><div class="field--item"><a href="/tags/cbse-class-10-computers-4019.html" hreflang="en">CBSE Class 10 Computers</a></div><div class="field--item"><a href="/tags/computers-class-10-mcq-13071.html" hreflang="en">Computers Class 10 MCQ</a></div><div class="field--item"><a href="/tags/cbse-class-10-computers-chapter-mcq-13072.html" hreflang="en">CBSE Class 10 Computers Chapter MCQ</a></div><div class="field--item"><a href="/tags/mcq-class-10-computers-13073.html" hreflang="en">MCQ for Class 10 Computers</a></div><div class="field--item"><a href="/tags/ncert-class-10-computers-mcqs-13074.html" hreflang="en">NCERT Class 10 Computers MCQs</a></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"><h3>CBSE Class 10 Computers List and Table Handling in HTML MCQs</h3><p>We hope students liked the above MCQs for List and Table Handling in HTML designed as per the latest syllabus for Class 10 Computers released by CBSE. Students of Class 10 should download the Multiple Choice Questions and Answers in Pdf format and practice the questions and solutions given in above Class 10 Computers MCQs Questions on daily basis. All latest MCQs with answers have been developed for Computers by referring to the most important and regularly asked topics which the students should learn and practice to get better score in school tests and examinations. <a href="https://www.studiestoday.com/">Studiestoday</a> is the best portal for Class 10 students to get all latest study material free of cost.</p><h3>MCQs for Computers CBSE Class 10 List and Table Handling in HTML</h3><p>Expert teachers of studiestoday have referred to NCERT book for Class 10 Computers to develop the Computers Class 10 MCQs. If you download MCQs with answers for the above chapter daily, you will get higher and better marks in Class 10 test and exams in the current year as you will be able to have stronger understanding of all concepts. Daily Multiple Choice Questions practice of Computers and its study material will help students to have stronger understanding of all concepts and also make them expert on all critical topics. You can easily download and save all MCQs for Class 10 Computers also from <a href="http://www.studiestoday.com">www.studiestoday.com</a> without paying anything in Pdf format. After solving the questions given in the MCQs which have been developed as per latest course books also refer to the <a href="https://www.studiestoday.com/ncert-solution/622/computers.html">NCERT solutions for Class 10 Computers</a> designed by our teachers</p><h4><strong>List and Table Handling in HTML MCQs Computers CBSE Class 10</strong></h4><p>All MCQs given above for Class 10 Computers have been made as per the latest syllabus and books issued for the current academic year. The students of Class 10 can refer to the answers which have been also provided by our teachers for all MCQs of Computers so that you are able to solve the questions and then compare your answers with the solutions provided by us. We have also provided lot of <a href="https://www.studiestoday.com/multiple-choice-questions/622/computers.html">MCQ questions for Class 10 Computers</a> so that you can solve questions relating to all topics given in each chapter. All study material for Class 10 Computers students have been given on studiestoday.</p><h4><strong>List and Table Handling in HTML CBSE Class 10 MCQs Computers</strong></h4><p>Regular MCQs practice helps to gain more practice in solving questions to obtain a more comprehensive understanding of List and Table Handling in HTML concepts. MCQs play an important role in developing understanding of List and Table Handling in HTML in CBSE Class 10. Students can download and save or print all the MCQs, printable assignments, practice sheets of the above chapter in Class 10 Computers in Pdf format from studiestoday. You can print or read them online on your computer or mobile or any other device. After solving these you should also refer to Class 10 Computers MCQ Test for the same chapter</p><h4><strong>CBSE MCQs Computers Class 10 List and Table Handling in HTML</strong></h4><p>CBSE Class 10 Computers best textbooks have been used for writing the problems given in the above MCQs. If you have tests coming up then you should revise all concepts relating to List and Table Handling in HTML and then take out print of the above MCQs and attempt all problems. We have also provided a lot of other MCQs for Class 10 Computers which you can use to further make yourself better in Computers</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"><div id="faqfield_field_faqs_node_464345"><div class="faqfield-question">Where can I download latest CBSE MCQs for Class 10 Computers List and Table Handling in HTML</div><div class="faqfield-answer"><p>You can download the CBSE MCQs for Class 10 Computers List and Table Handling in HTML for latest session from StudiesToday.com</p></div><div class="faqfield-question">Can I download the MCQs of List and Table Handling in HTML Class 10 Computers in Pdf</div><div class="faqfield-answer"><p>Yes, you can click on the links above and download topic wise MCQs Questions PDFs for List and Table Handling in HTML Class 10 for Computers</p></div><div class="faqfield-question">Are the Class 10 Computers List and Table Handling in HTML MCQs available for the latest session</div><div class="faqfield-answer"><p>Yes, the MCQs issued by CBSE for Class 10 Computers List and Table Handling in HTML have been made available here for latest academic session</p></div><div class="faqfield-question">How can I download the List and Table Handling in HTML Class 10 Computers MCQs</div><div class="faqfield-answer"><p>You can easily access the links above and download the List and Table Handling in HTML Class 10 MCQs Computers for each topic</p></div><div class="faqfield-question">Is there any charge for the MCQs with answers for Class 10 Computers List and Table Handling in HTML</div><div class="faqfield-answer"><p>There is no charge for the MCQs and their answers for Class 10 CBSE Computers List and Table Handling in HTML you can download everything free</p></div><div class="faqfield-question">How can I improve my MCQs in Class 10 Computers List and Table Handling in HTML</div><div class="faqfield-answer"><p>Regular revision of MCQs given on studiestoday for Class 10 subject Computers List and Table Handling in HTML can help you to score better marks in exams</p></div><div class="faqfield-question">What are MCQs for Class 10 Computers List and Table Handling in HTML</div><div class="faqfield-answer"><p>Multiple Choice Questions (MCQs) for List and Table Handling in HTML Class 10 Computers are objective-based questions which provide multiple answer options, and students are required to choose the correct answer from the given choices.</p></div></div></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 id="block-allclassesandsubjectsdropdowndatalinks" class="block block-block-content block-block-content1d8b439d-d34b-4f2a-969a-a2eeb7741af5 clearfix"><div class="field field--name-body field--type-text-with-summary field--label-hidden field--item"><ul class="lefttoplinks"><li><a href="/ncert-solution/67/cbse.html" target="_blank" title="NCERT Solutions"><img alt="NCERT Solutions" class="menuicon" src="/themes/contrib/ceremai/images/cbseicons/ncert-solutions.png" /> NCERT Solutions</a></li><li><a href="/ncert-exemplar-problem-solutions-class-6-class-12" target="_blank" title="Exemplar Solutions"><img alt="Exemplar Solutions" class="menuicon" src="/themes/contrib/ceremai/images/cbseicons/ncert-solutions.png" /> Exemplar Solutions</a></li><li><a href="/worksheets/67/cbse.html" target="_blank" title="Printable Worksheets"><img alt="Worksheets" class="menuicon" src="/themes/contrib/ceremai/images/cbseicons/worksheets.png" /> Printable Worksheets</a></li><li><a href="/assignments/67/cbse.html" target="_blank" title="Printable Assignments"><img alt="Assignments" class="menuicon" src="/themes/contrib/ceremai/images/cbseicons/assignments.png" /> Printable Assignments</a></li><li><a href="/practice-worksheets-all-classes-and-subjects" target="_blank" title="Practice Worksheets"><img alt="Practice Worksheets" class="menuicon" src="/themes/contrib/ceremai/images/cbseicons/worksheets.png" /> Practice Worksheets</a></li><li><a href="/concepts/67/cbse.html" target="_blank" title="Revision Notes"><img alt="Revision Notes" class="menuicon" src="/themes/contrib/ceremai/images/cbseicons/concepts.png" /> Revision Notes</a></li><li><a href="/sample-paper/67/cbse.html" target="_blank" title="Sample Papers"><img alt="Sample Papers" class="menuicon" src="/themes/contrib/ceremai/images/cbseicons/sample-papers.png" /> Sample Papers</a></li><li><a href="/question-papers/67/cbse.html" target="_blank" title="Question Papers"><img alt="Question Papers" class="menuicon" src="/themes/contrib/ceremai/images/cbseicons/question-papers.png" /> Question Papers</a></li><li><a href="/download-books/67/cbse.html" target="_blank" title="NCERT Books"><img alt="NCERT Books" class="menuicon" src="/themes/contrib/ceremai/images/cbseicons/download-books.png" /> NCERT Books</a></li><li><a href="/syllabus/67/cbse.html" target="_blank" title="Syllabus"><img alt="Syllabus" class="menuicon" src="/themes/contrib/ceremai/images/cbseicons/syllabus.png" /> Syllabus</a></li><li><a href="/online-test/67/cbse.html" target="_blank" title="Online Test"><img alt="Online Test" class="menuicon" src="/themes/contrib/ceremai/images/cbseicons/online-test.png" /> Online Test</a></li><li><a href="/multiple-choice-questions/67/cbse.html" target="_blank" title="MCQs"><img alt="MCQs" class="menuicon" src="/themes/contrib/ceremai/images/cbseicons/mcqs.png" /> MCQs</a></li><li><a href="/hot-questions/67/cbse.html" target="_blank" title="HOTs Questions"><img alt="HOTs Questions" class="menuicon" src="/themes/contrib/ceremai/images/cbseicons/hots.png" /> HOTs Questions</a></li><li><a href="/value-based-questions/67/cbse.html" target="_blank" title="VBQs"><img alt="VBQs" class="menuicon" src="/themes/contrib/ceremai/images/cbseicons/vbqs.png" /> VBQs</a></li><li><a href="/unseen-passage-all-classes-and-subjects" target="_blank" title="Unseen Passage"><img alt="Unseen Passage" class="menuicon" src="/themes/contrib/ceremai/images/cbseicons/assignments.png" /> Unseen Passage</a></li></ul></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"><h2 class="block-title"><span>Subjects</span></h2><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-3dede0dd7d3e07a2358a879649a804f22266ce3de7eb315d0db87ab71254b574"><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-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><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-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-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-social-science-30.html" hreflang="en">Social Science</a></span></div></li></ul></div></div></div></div> </section><section class="views-element-container block block-views block-views-blockcbse-class-menu-block-1 clearfix" id="block-views-block-cbse-class-menu-block-1"><h2 class="block-title"><span>Classes</span></h2><div class="form-group"><div class="view view-cbse-class-menu view-id-cbse_class_menu view-display-id-block_1 js-view-dom-id-7a751540b2af2f222691cf99d992e7f21c8f578349e56be27146d5b948554ab3"><div class="view-content"><div class="item-list"><ul><li><div><span><a href="/cbse-class-xii-118.html" hreflang="en">Class XII</a></span></div></li><li><div><span><a href="/cbse-class-xi-98.html" hreflang="en">Class XI</a></span></div></li><li><div><span><a href="/cbse-class-x-10.html" hreflang="en">Class X</a></span></div></li><li><div><span><a href="/cbse-class-ix-9.html" hreflang="en">Class IX</a></span></div></li><li><div><span><a href="/cbse-class-viii-8.html" hreflang="en">Class VIII</a></span></div></li><li><div><span><a href="/cbse-class-vii-7.html" hreflang="en">Class VII</a></span></div></li><li><div><span><a href="/cbse-class-vi-6.html" hreflang="en">Class VI</a></span></div></li><li><div><span><a href="/cbse-class-v-543.html" hreflang="en">Class V</a></span></div></li><li><div><span><a href="/cbse-class-iv-542.html" hreflang="en">Class IV</a></span></div></li><li><div><span><a href="/cbse-class-iii-541.html" hreflang="en">Class III</a></span></div></li><li><div><span><a href="/cbse-class-ii-540.html" hreflang="en">Class II</a></span></div></li><li><div><span><a href="/cbse-class-i-539.html" hreflang="en">Class I</a></span></div></li></ul></div></div></div></div> </section></div> </aside></div></div><div class="container-fluid"><div class="footer-pre-top"><div class="region region-footer-pre-top"> <section class="views-element-container block block-views block-views-blocklatest-news-announcements-block-1 clearfix" id="block-views-block-latest-news-announcements-block-1"><div class="form-group"><div class="pl-0 pr-0 view view-latest-news-announcements view-id-latest_news_announcements view-display-id-block_1 js-view-dom-id-d972f4170ac22ac9560f356a030cdae8fdedf1684302a47839574040c177e46f"><div class="view-header"><div class="col-lg-12 col-md-12 col-sm-12 wow fadeInDown" style="visibility: visible; animation-name: fadeInDown;"><div class="container text-center"><h2 class="intro">Latest NCERT &amp; CBSE News</h2><p> <span class="bordered-icon"><i class="fa fa-circle-thin"></i></span></p></div></div></div><div class="view-content"><div><div class="col-sm-12 col-md-6 col-lg-6"><div class="newsbox"> <i class="fa fa-newspaper-o"></i><h3><a href="/blog-entry-cbse-jadui-pitara-play-based-learning-486144.html" hreflang="en">CBSE Jadui Pitara play-based learning</a></h3><p>Jadui Pitara’ - a play-based learning-teaching material tailored for children between the age group of 3-8 years and Guidelines for Balvatikas (Pre-primary Education). As part of the government's commitment to enhancing the educational experience and ensuring a…</p></div></div></div></div><div class="view-footer"><div class="news-more mt-4 text-center"> <a class="pl-5 pr-5 btn btn-md" href="/blog" target="_blank">More CBSE News <i class="fa fa-chevron-circle-right"></i></a></div></div></div></div> </section><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"><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"><h2 class="block-title"><span>Quick Links</span></h2><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"><h2 class="block-title"><span>Useful Links</span></h2><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 = "/webform/report-issue-234840.html" title="Report an Issue">Report an Issue</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-third col-sm-6 col-md-3"><div class="region region-footer-third"> <section class="views-exposed-form block block-views block-views-exposed-filter-blockvg-tutors-dashboard-tutor-search-pincode clearfix" data-drupal-selector="views-exposed-form-vg-tutors-dashboard-tutor-search-pincode" id="block-exposedformvg-tutors-dashboardtutor-search-pincode"><h2 class="block-title"><span>Search Tutors</span></h2><form action="/tutor-search-results" method="get" id="views-exposed-form-vg-tutors-dashboard-tutor-search-pincode" accept-charset="UTF-8"><div class="form--inline form-inline clearfix"><div class="form-item js-form-item form-type-textfield js-form-type-textfield form-item-field-pin-code-value js-form-item-field-pin-code-value form-group"> <label for="edit-field-pin-code-value" class="control-label">Search Tutors by Pin Code</label> <input placeholder="Enter pincode to get tutors in your city." data-drupal-selector="edit-field-pin-code-value" class="form-text form-control" data-msg-maxlength="This field field has a maximum length of 128." type="text" id="edit-field-pin-code-value" name="field_pin_code_value" value="" size="30" maxlength="128" /></div><div data-drupal-selector="edit-actions" class="form-actions form-group js-form-wrapper form-wrapper" id="edit-actions"><button data-drupal-selector="edit-submit-vg-tutors-dashboard" class="button js-form-submit form-submit btn-primary btn icon-before" type="submit" id="edit-submit-vg-tutors-dashboard" value="Search" name=""><span class="icon glyphicon glyphicon-search" aria-hidden="true"></span>Search</button></div></div></form> </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"><h2 class="block-title"><span>Contact Us</span></h2><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 © 2023 | <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><script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2289298818823395" crossorigin="anonymous"></script><!-- 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._izq = window._izq || []; window._izq.push(["init" ]); </script><script src="https://cdn.izooto.com/scripts/bdf82a46ef1356d66ba22f2e9857d3b5d768ded4.js"></script></body></html>