GUVI
Back

Webkata HTML bug 

Created 3 years ago
47 Views
1 Comments
Sowmyaa
@Sowmyaa
Sowmyaa
@SowmyaaProfile is locked. Login

In the following question am getting a single test case failure . Kindly help to resolve the same.

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

My code is :

<!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:none">

<li>ONE</li>

<li>TWO</li>

<li>THREE</li>

</ul>

</body>

</html>

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