Prev Demo
List Disc
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> </head> <body> <p><i>Lists with disc shape </i></p> <ul style="list-style:disc"> <li>mango</li> <li>banana</li> </ul> </body> </html>
Note: We DO NOT save your trial code in our database.
Output