Advertisements
Advertisements
प्रश्न
Observe the screenshot of the given web page:
Write suitable HTML code to design it.
थोडक्यात उत्तर
उत्तर
HTML code to design the given HTML page:
<html>
<body>
<table border=1>
<tr>
<th colspan=3>
SKILL WORKSHOPS
</th>
</tr>
<tr>
<th>SNO</th>
<th>SKILL</th>
<th>DAYS</th>
</tr>
<tr>
<td>1</td>
<td>Communication Skills</td>
<td>Monday, Wednesday</td>
</tr>
<tr>
<td>2</td>
<td>Art & Craft</td>
<td>Tuesday, Friday</td>
</tr>
<tr>
<td>3</td>
<td>Personality Development</td>
<td>Wednesday, Saturday</td>
</tr>
</table></body></html>
shaalaa.com
Notes
1 Mark for correct usage of <table> tag.
1 Mark for correct usage of first <tr> tag along with <th> tag with colspan attribute.
½ Mark each for correct usage of <tr>, <th> or <td> to display remaining 4 rows.
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?