Computer Applications
Arif works in a school as a web designer. He has been assigned the task of uploading the calendar of holidays for the month of March. He was supposed to design an HTML table for the same.
Help him to complete the table with the right statements in the blanks. Observe the table and attempt any four questions (out of five) given after the table.
| MARCH 2023 | |||||||
| DAYS | Mon | Tue | Wed | Thu | Fri | Sat | Sun |
|---|---|---|---|---|---|---|---|
| DATES | 6 | 7 | 8 | 9 | 10 | 11 | 12 |
| 14 | |||||||
<html>
<head>
<title> </title>
</head>
<body>
<table>
<tr>
<td colspan = ................ ><!- STATEMENT-1> MARCH 2023 </td>
</tr>
................ <!- STATEMENT-2>
<th>DAYS</th>
<th>Mon</th>
<th>Tue</th>
<th>Wed</th>
<th>Thu</th>
<th>Fri</th>
<th>Sat</th>
<th>Sun</th>
................ <!- STATEMENT-3>
<tr>
<td .................. = 2><!- STATEMENT-4> DATES </td>
<td>6</td>
<td>7</td>
<td>8</td>
<td>9</td>
<td>10</td>
<td>11</td>
<td>12</td>
</tr>
<tr>
<td> </td>
<td> .................. </td><!- STATEMENT-5>
</tr>
</table>
</body>
</html>
(a) Write the attribute value to complete Statement-1 to achieve the output as given in the above table.
(b) Write the tag to complete Statement-2 to achieve the output as given in the above table.
(c) Write the attribute value to complete Statement-3 to achieve the output as given in the above table.
(d) Write the attribute name to complete Statement-4 to achieve the output as given in the above table.
(e) Write the appropriate answer for the blank given in Statement-5 to achieve the output as given in the above table.
HTML Advanced Features
8 Likes
Answer
(a) <td colspan = "8" > MARCH 2023 </td>
(b) <tr>
(c) </tr>
(d) <td rowspan = 2> DATES </td>
(e) <td> 14 </td>
Answered By
3 Likes
Related Questions
Write the full form of the following protocols :
(a) HTTPS
(b) TCP
(c) SSH
Write the HTML code to design the web page as shown below, considering the specifications that follow. You can write the code for any four specifications out of the given six specifications.

Specifications :
- The background color of the page should be yellow and the text for the page should be in blue color.
- Heading 'Home Services' should be the first level of heading.
- The image named service.png should be placed on the web page.
- Font size for the paragraph and the list of services should be 4 and Font face should be Verdana. Superscript tags should be used wherever required.
- The services (as shown in the above web page) should be written with the help of the unordered list.
- The bottom-most line of 'Queries : help@homeservices.com' should be a link to open the user's default mail client to send queries to the mentioned email id.
Write the HTML code to design the below shown web page titled 'Events' considering the specifications as given below. You can write the code for any four specifications out of the given six specifications.

Specifications :
- The background color of the page should be cyan, the font face for the page should be Arial.
- Heading 'Events' should be the first level of heading.
- Font size for the paragraph and the list of products should be 5.
- The schedule (as shown in the above web page) should be written with the help of the numbered list. Superscript tags should be used wherever required.
- The bottom-most lines of 'For any queries …..' and 'Phone : …..' should be in bold.
- The contact email queries@event.com should be a link to open the user's default mail client to send queries to the mentioned email id.
Rashmi is a student of ABC School. She has been provided with an email id from the school to use for all academic correspondences. She generally receives all her school's correspondences on this email.
One day she was working in the computer lab, and after her work was over, she forgot to logout of her email account. When she left the computer lab, her classmate, Prabhnoor sends objectionable emails from the same email id, to her teachers, so as to malign Rashmi.
Based on the given situation, attempt any four (out of five) fill-ups/questions given below :
(a) Prabhnoor has invaded …………… of Rashmi.
(b) Rashmi informs her class teacher about the incident. The teacher calls Prabhnoor and makes him aware of …………… , which is following ethical principles while working online.
(c) The teacher also advises all students never to share their …………… with anyone.
(d) Rashmi has learnt that she should always …………… of her email account once her work is complete.
(e) Prabhnoor is now aware of ethical practices to be followed while working over the Internet and decides to guide his friends and relatives about the same. Write any two points that Prabhnoor should advise them to do while working online.