GUVI
Back

Webkata: HTML: Problem-36

Created 3 years ago
385 Views
6 Comments
AmalR
@AmalR
AmalR
@AmalRProfile is locked. Login

I don't know what I am doing wrong.

Q: Create an ordered list with an id "orderedList" and the elements (HTML, CSS, Javascript) in HTML.

Here is the full code block:

<!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>
     
<h2>Ordered List</h2>
<ol id="orderedList">
  <li>HTML</li>
  <li>CSS</li>
  <li>Javascript</li>
</ol>  
</body>
</html>

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