List and Table in HTML CLASS 7
List and Table in HTML CLASS 7
, LUCKNOW
CLASS:VII
SUBJECT: COMPUTER SCIENCE
TOPIC: LIST AND TABLES IN HTML5
A. <u>
B. <I>
C. <ul>
D. <ol>
A. disc
B. Marker
C. Circle
A. Ordered list
B. Descriptive list
C. Unordered list
D. Description list
A. <th> tag
B. <tr> tag
C. <td> tag
D. ,row> tag
Q2) State the difference between Ordered list and Unordered list along with its attribute.
Ans :-
______________________________________________________________________________________
______________________________________________________________________________________
______________________________________________________________________________________
______________________________________________________________________________________
______________________________________________________________________________________
______________________________________________________________________________________
______________________________________________________________________________________
______________________________________________________________________________________
______________________________________________________________________________________
______________________________________________________________________________________
______________________________________________________________________________________
______________________________________________________________________________________
___________
Q3) State the difference between Cell Padding and Cell Spacing.
Ans :- _________________________________________________________________________________
______________________________________________________________________________________
______________________________________________________________________________________
______________________________________________________________________________________
______________________________________________________________________________________
______________________________________________________________________________________
______________________________________________________________________________________
______________________________________________________________________________________
______________________________________________________________________________________
______________________________________________________________________________________
______________________________________________________________________________________
______________________________________________________________________________________
________________
Q5)Find the errors in the given codes and rewrite the code:
a) <table>
<th>Company</th>
<th>Contact</th>
<th>Country</th>
</tr>
<tr>
<td>Alfreds Futterkiste</td>
<td>Maria Anders</td>
<td>Germany</td>
</tr>
<tr>
<td>Centro comercial Moctezuma</td>
<td>Francisco Change
<td>Mexico</td>
</table>
b)
<table>
<tr>
<th colspan=Name</th>
<th>Age</th>
</tr>
<tr>
<td>Jill</td>
<td>Smith</td>
<td>43</td>
</tr>
</table>
c)
<li>Coffee</li>
<li>Tea</li>
<li>Milk
</ol>