How to use bullets in articles - Bullets in Html Code.You can use bullets symbol in your html code in following way.
You can use ordered list or unordered list concept in HTML to make your article with bullets
1) <ol> : Ordered list
2) <ul> : Unordered list
Example:
<ul>
<li>bullets line number1</li>
<li>bullets line number2</li>
<li>bullets line number3</li>
<li>bullets line number4</li>
<li>bullets line number5</li>
</ul>
The result will be:
You can use ordered list or unordered list concept in HTML to make your article with bullets
1) <ol> : Ordered list
2) <ul> : Unordered list
Example:
<ul>
<li>bullets line number1</li>
<li>bullets line number2</li>
<li>bullets line number3</li>
<li>bullets line number4</li>
<li>bullets line number5</li>
</ul>
The result will be:
- bullets line number1
- bullets line number2
- bullets line number3
- bullets line number4
- bullets line number5
0 komentar:
Posting Komentar