T..."/>
HTML Interviews
HTML Interview
To write bulleted point, use <li> under <ul> like following. 
    <ul> 
        <li>Point 1</li> 
        <li>Point 2</li> 
        <li>Point 3</li> 
    </ul> 
In this case Point 1, Point 2 and Point 3 will appear as bulleted point.