GUVI
Back

#HTML - 21 Display an unordered list with text ONE, TWO and THREE with list-style-type as "disc" using inline CSS

Created 2 years ago
81 Views
2 Comments
SARVESHVARAN
@SARVESHVARAN
SARVESHVARAN
@SARVESHVARANProfile is locked. Login

pls give code

<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<meta http-equiv="X-UA-Compatible" content="ie=edge">

<title>Static Template</title>

</head>

<body>

<ul id='lists' style="list-style-type: disc;">

<li>ONE</li>

<li>TWO</li>

<li>THREE</li>

</ul>

</body>

</html>

Comments (2)
Please login to comment.
 
Powered by habitate.io Habitate