Check out example codes for "bullet html". It will help you in understanding the concepts better.
Code Example 1
<ul>
<li>1</li>
<li>2</li>
</ul>
Code Example 2
<!DOCTYPE html>
<html>
<body>
<ul>
<li>Make a buttlet point using this function</li>
</ul>
<ol>
<li>Make a numbered buttlet point using this function</li>
</ol>
Learn ReactJs, React Native from akashmittal.com