Home / SSC(ENG) - GSEB Board / Reading Mode

📖 Reading Mode: SSC(ENG) - GSEB Board

Chapter: List and Table Handling in HTML • Total: 22 MCQs

MCQ 1 ordered list

Which of the following tag pairs are used to create an ordered list ?

A < ol > ... < / ol >
B < ul > ... < / ul >
C < dl > ... < / dl >
D Both ( A ) and ( B )
MCQ 2 list handling

Which of the following is specified by < dl > in HTML ?

A Ordered list
B Unordered list
C description list
D All of these
MCQ 3 table row tag

Which of the following tag pairs are used to define a row of a table ?

A < td > ... < / td >
B < th > ... < / th >
C < row > ... < / row >
D < tr > ... < / tr >
MCQ 4 table handling in html

Which of the following tag is used to give name to the table ?

A < name >
B < caption >
C < type >
D < declare >
MCQ 5 unordered list

Which attribute of
    tag is used to change the bullet type ?

A name
B type
C style
D define
MCQ 6 list handling

Which of the following tag pairs defines the heading of the list in description list ?

A &amp;lt;dh&gt; ... &lt;/dh&gt;
B &lt;dl&gt; ... &lt;/dl&gt;
C &lt;ds&gt; ... &lt;/ds&gt;
D &lt;dt&gt; ... &lt;/dt&gt;
MCQ 7 table handling in html

The width of a border attribute of table tag is given in which form ?

A Pixel
B Percentage
C Point
D Window's size
MCQ 8 frames in html

Which of the following attribute of tag is used to create horizontal frame ?

A row
B rows
C rowspan
D rowbox
MCQ 9 ALL

Which of the following attribute is used when a cell spans across more than one row ?

A Colspan
B Rowspan
C Span
D Scope
MCQ 10 ALL

which of the following is used to divide browser window into multiple parts ?

A Frameset
B Elements
C Layout
D Design
MCQ 11 ALL

Which of the following is used to display an alternative content, in case browser does not support frames ?

A Noframes
B Yesframe
C Falseframe
D Trueframe
MCQ 12 ALL

Which of the following is an optional entity in an HTML table ?

A Caption of the table
B Heading of the table
C Grouping of columns of the table
D All of these
MCQ 13 ALL

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

A color
B bgcolor
C backcolor
D background
MCQ 14 ALL

Which attribute is used to create a space between the edges of a cell and its content ?

A Cellpadding
B Cellspacing
C Cellcolspan
D Cellspace
MCQ 15 ALL

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

A Forms
B Framesource
C Framese
D Framewave
MCQ 16 ALL

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

A Type
B Part
C Change
D Style
MCQ 17 ALL

What is the full form of
tag ?

A Database list
B Description list
C Data list
D Declare list
MCQ 18 ALL

Which attribute manages space between each cell of the table ?

A Align
B Border
C Cellspacing
D Cellpadding
MCQ 19 unordered list

Which of the following is specified by <ul> in HTML?

A Simple list
B Ordered list
C Unordered list
D Simple table
MCQ 20 unordered list

Which of the following tag pairs are used to print list without bullets?

A &lt;ol&gt; and &lt;/ol&gt;
B &lt;ul&gt; and &lt;/ul&gt;
C &lt;dl&gt; and &lt;/dl&gt;
D &lt;pt&gt; and &lt;/pt&gt;
MCQ 21 table tags and its attributes

Which of the following tag pairs are used to define row of the table?

A &lt;tr&gt; and &lt;/tr&gt;
B &lt;td&gt; and &lt;/td&gt;
C &lt;col&gt; and &lt;/col
D &lt;row&gt; and &lt;/row&gt;
MCQ 22 ordered list

Which of the following can be changed in an ordered list in HTML?

A Order of the items
B Start number
C Number style
D All of these