<ul>
All Tags not showing in online page, but show on view source.
<ul> <li>Users point1: Sam</li> <li>Users point2: Web</li> </ul>
Code show like this:
- Users point1: Sam
- Users point2: Web
Browser Support
The <ul> tag is supported in all major browsers.
What is ul tag
ul tag means unordered (bulleted) list. The li tag is used with li tag.