English
Tamil Nadu Board of Secondary EducationHSC Science Class 11

How will you define numbered list? - Computer Applications

Advertisements
Advertisements

Question

How will you define numbered list?

Short Note

Solution

  1. Numbered list is created within the tag pair:
    <OL> </OL> tag.
  2. The tag <LI> is used to present the list item in the list.
  3. Ordered list displays items in a numerical or alphabetical order.
  4. Both <OL> and <LI> tags are container tags. But the usual the practice, closing tag </LI> never be used.

Example:

<OL>
   <LI> Tamil
   <LI> Telgu
   <LI> English
   <LI> Computer Application
   <LI> Commerce
   <LI> Accountancy
   <LI> Economics
</OL>
shaalaa.com
HTML Table
  Is there an error in this question or solution?
Chapter 11: HTML - Formatting text, Creating Tables, List and Links - Evaluation [Page 265]

APPEARS IN

Samacheer Kalvi Computer Applications [English] Class 11 TN Board
Chapter 11 HTML - Formatting text, Creating Tables, List and Links
Evaluation | Q 8. | Page 265

RELATED QUESTIONS

Write HTML Code for the following table.


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.


Explain the attributes used with <table> tag in HTML.


Explain the types of list with suitable HTML code.


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?

Observe the screenshot of the given web page:

Write suitable HTML code to design it.


Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×