Skip to content

Instantly share code, notes, and snippets.

@AndrewEddy
Created May 19, 2015 02:12
Show Gist options
  • Select an option

  • Save AndrewEddy/caae8e10b24f39ad2878 to your computer and use it in GitHub Desktop.

Select an option

Save AndrewEddy/caae8e10b24f39ad2878 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>List Page</title>
</head>
<body>
<h1>Lets Play with Lists</h1>
<!-- Unordered List -->
<ul>
<li>List Item 1</li>
<li>List Item 2</li>
<li></li>
</ul>
<!-- Ordered List -->
<ol>
<li>List Item 1</li>
<li>List Item 2</li>
<li>List Item 3</li>
</ol>
<!-- Description List -->
<dl>
<dt>Average Number</dt>
<dd>99.7256</dd>
<ul>
<li>Apple</li>
<li>Orange</li>
</ul>
<dt>Average Height</dt>
<dd>5ft 9in</dd>
</dl>
</body>
</html>
@1998rahulpatel
Copy link

👍

@Abdulrehman123456789
Copy link

good

@Amanchib
Copy link

Amanchib commented Mar 5, 2021

Good

@kalyanpinisetti
Copy link

great

@ankitabagul8
Copy link

great

@ArijitFist
Copy link

Set bhaii

@Yashashwee
Copy link

Nice

@praveen7093
Copy link

done sir

@DURGESAMSRINATH
Copy link

ok

@rishabhkhanna9122
Copy link

great

@adityatiwari10
Copy link

ok

@sskkr999
Copy link

ok

@oyerajnish
Copy link

nice

@pranjalbansal787
Copy link

DONE

@NoSoyRo
Copy link

NoSoyRo commented Nov 14, 2022

ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment