HTML List in Hindi

Search Posts
1679686582-Default_image_for_courses.jpg

HTML List in Hindi


HTML List in Hindi - HTML में सूची तैयार करने के लिए list tag (ul और ol tags) का उपयोग करते हैं। इसकी मदद से हम कई तरह की list तैयार कर सकते हैं जैसे ordered list और unordered list. इन दोनों तरह list को भी अलग अलग तरह से बना सकते हैं।

HTML में List बनाने के लिए सबसे पहले <ul> या <ol> और इनके अन्दर <li> का use डाटा display कराने के लिए करते हैं। इसी प्रकार <di> से list बनाने के लिए इसके साथ <dt> और <dd> tags का use डाटा को display करने में करते हैं।


HTML में List के प्रकार -

  • <ul>-इसकी मदद से हम unordered list बना सकते हैं।
  • <ol>-इसका उपयोग ordered list बनाने में किया जाता है।
  • <dl>-यह description list बनाने के लिए उपयोग करते है।

Unordered List in Hindi

HTML में Unordered List चार प्रकार की होती हैं इसके लिए <ul> tag के अन्दर type attribute का या style attribute की list-style-type property का use करते हैं।
1. disc
2. circle
3. square
4. none

PHP" method="POST" target="_blank">

Example of Unordered List in Hindi


Ordered List in Hindi

HTML में ordered List, mostly पांच प्रकार की होती हैं इसके लिए <uol> tag के अन्दर type attribute का use करते हैं।
1. type="1" (default)
2. type="a"
3. type="A"
4. type="i"
5. type="I"

PHP" method="POST" target="_blank">

Example of Ordered List in Hindi


Description List in Hindi

HTML में Description Lists का उपयोग किसी नाम या चीज आदि को define और describes करने के लिए किया जाता है इसके लिए <dl> tag के अन्दर <dt> (define term) और <dd> tag describe करने के लिए किया जाता है।
1. <dl>
2. <dt>
3. <dd>

PHP" method="POST" target="_blank">

Example of Description List in Hindi


नोट: HTML में एक list के अन्दर दूसरी कई list insert कर सकते हैं। इन्हें Nested list कहते हैं।
PHP" method="POST" target="_blank">

Example of Nested list in Hindi


Author : Read Rife

You May Also Like



Leave a Comment

Please enter your name.
Please enter a valid email.
Please enter your comment.

Comments