HTML Lists in Hindi | How to create list in HTML | Ordered list and Unordered list | HTML Programming
HTML Lists in Hindi | How to create list in HTML | Ordered list and Unordered list | HTML Programming
HTML Lists
Html supports several elements for making lists. They can be divided into two types: Glossary Lists, Regular Lists.
- Glossary Lists are denoted by the element <DL> Definition List, While
- Regular List are denoted by the elements<UL> Which means Unordered List, <OL> means Ordered List, <Menu> means Menu and <DIR> means Directory.
Example of Definition List...
<Dl>
<dd>Mayank</dd>
<dt>Goel</dt>
<dd>Ujjwal</dd>
<dt>Goel</dt>
</Dl>
This is the example of Definition.Here, DD is the Definition Description or DT is the Definition Term. This is the exact Code.
Now, Next Unordered List's example...
<ul>
<li>Mayank</li>
<li>Goel</li>
<li>Ujjwal</li>
<li>Goel</li>
</ul>
this is the example of Unordered List.
Now, the next example is of the Ordered List.
<ol><li>Mayank</li>
<li>Goel</li>
<li>Ujjwal</li>
<li>Goel</li>
</ol>
this is the example of ordered List
Now , the last is the <DIR> tag this tag is not is in many uses in any webpage.
So, I am using this tag in this video. But this tag video Link is in description Box.So check this video..
Now compile the Code of these code in our browser...
Please Subscribe Our Channel
Leftmargin
Video link
https://youtu.be/8pu0Li_ZZzQ
List in Html
Video link
Menu tag Video link https://youtu.be/0-8HS5h5PMo
How to add link in any image in our webpage | html programming | link in image in html
Video link
How to make Directory tag in HTML | Directory Tag in HTML | HTML Programming Video link https://youtu.be/zHqfI6x705A
How to create a Font tag in html | HTML Programming | Font tag in html
Video link
How to create a Horizontal tag or line in html | Horizontal line in html | HTML Programming | #html Video link https://youtu.be/zjS9Vu6cids
How to create a Nested list or Combining list in html | #htmlprogramming | combining list in html
Video link
How to create a Paragraph tag in html | paragraph tag in html | #htmlprogramming | #html Video link https://youtu.be/FpXa9CFThrc
How to create a Rowspan or colspan in html | #htmlprogramming | rowspan or colspan in html
Video link
How to add Background tag or background image in html webpage | background image in html |#html Video link https://youtu.be/g6h7YT7oKMQ
How to create an Anchor Tag in html | Html Programming | Anchor tag in html
Video link
How to create Center tag in html | center tag in html | Html Programming | #html | #CenterTag Video link https://youtu.be/tTHPmS-RxL8
How to create Container Tag in html | container tag in html | #html | html programming
Video link
How to Create Simpe Table in html | html tables | Tables in html | html programming | #html Video link https://youtu.be/mh51R7SqJXY
How to Create Simple Webpage in html | html simple webpage | #htmlprogramming | #html | #programming
Video link



Comments
Post a Comment