Write a program to display unorder list program with circle bullets

Write a program to display unorder list program with circle bullets

Name of Program - Unorder List Program with circle bullets

Text Editor - Notepad, Notepad++, Visual Studio Code, Atom, etc.

Code Input- 

<!DOCTYPE html>
<html>
<body>
<h1>Unordered List with Circle Bullets</h1>
<p>List of Text Editor:</p>
<ul style="list-style-type: circle">
<li>Atom</li>
<li>Sublime</li>
<li>Visual Studio Code</li>
<li>Notepad++</li>
<li>Brackets</li>
</ul>
</body>
</html>

Output Screen - Internet Browser, Google Chrome, Microsoft Edge, etc

Code View - 

List of Text Editor

  • Unordered List with Circle Bullets

    List of Text Editor:

    • Atom
    • Sublime
    • Visual Studio Code
    • Notepad++
    • Brackets

No comments

Plz.... Don't enter any spam message