GUVI
Back

webkata  test cases are not passing!

Created 2 years ago
37 Views
1 Comments
ARPavan
@ARPavan
ARPavan
@ARPavanProfile is locked. Login

Q.Display the given unordered list with text ONE, TWO and THREE without any list style using inline CSS

My 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 style="list-style-type:none">

<li>ONE</li>

<li>TWO</li>

<li>THREE</li>

</ul>

</body>

</html>

Output:

ONE

TWO

THREE

Comments
Please login to comment.
 
Powered by habitate.io Habitate