Advertisement
danisfaisal

list4.html

Jul 19th, 2018
164
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.18 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title>List</title>
  5. </head>
  6. <body>
  7.     <ol start="100">
  8.         <li>Panci</li>
  9.         <li>Kompor</li>
  10.         <li>Piring</li>
  11.     </ol>
  12. </body>
  13. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement