English

Write the difference between <ol> and <ul> tags in HTML. Also, write suitable examples of each to illustrate the difference. - Computer Applications

Advertisements
Advertisements

Question

Write the difference between <ol> and <ul> tags in HTML. Also, write suitable examples of each to illustrate the difference.

Answer in Brief

Solution

<ol> Tag:

  • The <ol> tag denotes an ordered list. Each list item is preceded by the <li> tag.
  • By default, the list items will be labelled with numbers.
Example:
<ol>
<li>Coffee</li>
<Ii>Tea</Ii>
<li>Milk</li> </ol>

Output:

  • Coffee
  • Tea
  • Milk

<ul> Tag:

  • The <ul> tag denotes an unordered list. Each list item begins with the tag <li>.
  • The list items will be highlighted with bullets (little black circles) by default.
Example:
<ul> 
<li>Coffee</li>
<li>Tea</li> 
<li>Milk</li> 
</ul>

Output:

  • Coffee
  • Tea
  • Milk
shaalaa.com
HTML tags
  Is there an error in this question or solution?
2022-2023 (March) Set 4

RELATED QUESTIONS

The HTML tag used to make the text italics is ______.


Assertion (A): In HTML, Tags written in lowercase letters or uppercase letters are treated as the same.

Reason (R): HTML is a case sensitive language.


Write the equivalent inline CSS for the following HTML tag.

<img src="me.jpg" height=20 width=30>

Write the difference between <dt> and <dd> tags.


Which of the following options is an INVALID attribute of <font> tag in HTML?


Assertion (A): <br> is a container tag.

Reason: HTML elements that have both opening and closing tags are considered container tags.


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.

Home Service

 

We are happy to provide you with all the help at your residence.
Special discount offers from (1st May 2022 to 30th June 2022).
Please contact us for the following services: Maid/Servant (Cleaning)
Maid/Servant (Cooking)
Driver
Queries: [email protected]

Specifications:

  • The background color of the page should be yellow and the text for the page should be in blue color.
  • Heading 'Homes Services' should be the first level of heading.
  • The image named 'service.png' should be placed on the web page.
  • The font size for the paragraph and the list of services should be 4 and the 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.

Which of the following tag can be used to draw a horizontal line on a webpage?


Mention any two purposes of using comments while designing a HTML webpage.


Write a suitable HTML statement to display the following text on a webpage in appropriate subscript and superscript form:

X2


Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×