English

Observe the screenshot of the given web page: Write suitable HTML code to design it. - Computer Applications

Advertisements
Advertisements

Question

Observe the screenshot of the given web page:

Write suitable HTML code to design it.

Answer in Brief

Solution

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.

HTML Table
  Is there an error in this question or solution?
2023-2024 (March) Board Sample Paper by shaalaa.com

RELATED QUESTIONS

A list block can be defined inside another list is:


What are the types of list in HTML?


What are the core tags used to create table in HTML?


Write an HTML code to provide hyperlink to https://www.w3schools.com.


Write HTML code to produce the following table:

A B
C

Write an HTML code the show the following text:

MODERN ATOMIC THEORY

The findings of modern atomic theory are given as follows:

  • An atom is the smallest particle which takes part in chemical reaction.
  • An atom is considered to be a divisible particle.
  • The atoms of the same element may not be similar in all respects.
    eg: Isotopes (17Cl35, 17Cl37)
  • The atoms of different elements may be similar in some respects.
    eg. Isobars (18Ar40, 20Ca40)

What is Link and explain the types of links.


Write HTML code to create the following table:


Naveen went to an interview for the post of web developer. In the technical test, he was supposed to design an HTML table as given below. Help him to complete the table with the right statements in the blanks. Observe the table and attempt any four questions (out of 5) given after the table).

Futuristic Time Table
Period-No Monday Wednesday Friday
1 Robotics NLG NLU
2 Data Science   Sound
3 Light Machine Learning   
4 Speed   Velocity

 

<HTML>
<HEAD>
<TITLE> Table Concept </TITLE>
</HEAD>
<BODY>
<Table _________ =2> <!-STATEMENT-1>
<________> Futuristic Time Table</________> <!-STATEMENT-2>
<tr>
<th> Period-No </th>
<th> Monday </th>
<th> Wednesday </th>
<th> Friday </th>
</tr>
<tr>
<td> 1 </td>
<td________=2> Robotics </td> <!-STATEMENT-3>
<td> NLG </td>
<td>NLU </td>
</tr>
<tr>
<td> 2 </td>
<td> Data Science </td>
<td>Sound </td>
</tr>
<tr>
<td> 3 </td>
<td>Light </td>
<td______=2> Machine Learning </td> <!- STATEMENT-4>
</tr>
<tr>
<td> 4 </td>
<td> Speed </td>
<td></td>
<td> Velocity </td>
</tr>
<!- STATEMENT-5>
--------
--------
--------
  1. Write the attribute value to complete Statement-1 to achieve the output given in the above table.
  2. Write suitable option for the blanks given in Statement-2.
  3. Write the appropriate answer for the blank given in Statement-3
  4. Write the appropriate answer for the blank given in Statement-4
  5. What will be the complete sequence of closing the above html document in statement 5?

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 colopan = ______><!-STATEMENT-1 MARCH2023 </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>
  1. Write the attribute value to complete Statement -1 to achieve the output as given in the above table.
  2. Write the tag to complete Statement -2 to achieve the output as given in the above table.
  3. Write the attribute value to complete Statement -3 to achieve the output as given in the above table.
  4. Write the attribute name to complete Statement -4 to achieve the output as given in the above table.
  5. Write the appropriate answer for the blank given in Statement -5 to achieve the output as given in the above table.

Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×