WorksheetsHTML-Tables,Frames,Forms
Total questions: 25
Worksheet time: 5mins
How do you create a table row?
With an opening and closing <th> tag.
With an opening and closing <td> tag.
With an opening and closing <tr> tag.
which tag is used to create table header
using <caption>
using<th>
using<td>
Which HTML tag is used to define a table?
<tb>
<tl>
<table>
<tab>
Which one of the following tags is used to add caption to a table?
<table-caption>
<tcaption>
<caption>
<tc>
If you want to merge one or two rows in a table which attribute you can use
rowmerge
rowspan
colmerge
colspan
In HTML tables space between content and cell border is called
cell spacing
cell padding
cell difference
All of the abovde
In HTML tables table data is defined by
<th> tag
<tr> tag
<td> tag
<tdata>
The distance between each cell can be increased by using
cell spacing
cell padding
both
none
which attribute of the frameset tag creates two horizontal frames
rows
cols
both
none
A group of frame is called
Frameset
Form
List
Index
The __________ attribute indicates that there are two vertical frames and they will display in 30 percent and 70 percent of the screen, respectively.
COLS="30%,70%"
ROWS="30%,70%"
ROWS="70%,30%"
COLS="30%,70%,30%"
Which HTML Element used to define a multi line input field?
<text>
<textarea>
<blocktext>
<textfeilds>
For defining submit button which tag is used?
<button>
<submit>
<submit button>
<action submit>
Action attribute in HTML Form specifies that
which HTTP method used
which action is going on
where to submit form
the auto completion of form
In HTML Form <input type="text">is used for
Block of text
one line text
one paragraph
None
For creating drop down list in HTML which tag is used?
<dropdown>
<select>
<list>
<all of the above>
Default method while submitting a form is
PUT
POST
GET
HEAD
What is the correct HTML for making a checkbox?
<input type="checkbox">
<input type="check">
<checkbox>
<check>
Choose the element which is used to create inline frame
<frameset>
<frame>
<iframe>
none
create a table with 2 rows
write a html code to insert two vertical frames
write a html code to insert a submit button
What HTML form input must be used to present multiple options, but select only one?
<input type="text">
<input type="radio">
<input type="checkbox">
What is the HTML form input used to send information of the form to the server?
<input type="server">
<input type="submit">
<input type="send">
<input type="mail">
How do you feel about Web Technology Subject?
Interesting
Boring
Moderate
Can't Say
