हिंदी

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

Advertisements
Advertisements

प्रश्न

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

संक्षेप में उत्तर

उत्तर

<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
  क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
2022-2023 (March) Set 4

संबंधित प्रश्न

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


Write an HTML statement to illustrate the usage of alink and vlink attributes.


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?


What is the difference between <br> tag and <p> tag in the context of HTML? Illustrate using suitable examples.


Events
The following events are scheduled to be held on 1st April 2023.
The timings are as follows:
1. 9.00 AM - 10.00 AM Flag Hoisting
2. 10.00 AM - 11.00 AM Painting Competition
3. 11.00 AM - 12.30 PN Dance Competition
4. 12.30 PM - 2.00 PM Closing Ceremony
For any queries contact [email protected]
Phone: 9999999999

Write the HTML code to design the above-shown web page titled 'Events', considering the specifications 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, and the font face for the page should be Arial.
  • Heading 'Events' should be the first level of heading.
  • The font size for the paragraph and the list of products should be 5.
  • The schedule (as shown on 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 on hold.
  • The contact email [email protected] should be a link to open the user's default mail client to send queries to the mentioned email id.

In HTML, <dl>, <dd>, and <dt> tags are used to create ______.


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

CO2


Ronaldo, a web designer in a start-up company, wants to give headings on a webpage through <h1> tag. Additionally, he wants to implement the following styles on all the <h1> tags of the same webpage in one go.

  • Color-blue
  • Background color-yellow
  • border of the heading - 2px in red

He is not able to implement the above-mentioned additional styles <h1> of tag through regular HTML code. Suggest him a way out and also help him in writing the code for the same.


Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×