Advertisement
newbitek

unorde

Dec 28th, 2017
2,864
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.23 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  <title>Unorder List</title>
  5. </head>
  6. <body>
  7.   Daftar Nama buah-buahan
  8.   <ul type="disc">
  9.    <li>jeruk</li>
  10.    <li>Mangga</li>
  11.    <li>Apel</li>
  12.    <li>Markisah</li>
  13.   </ul>
  14. </body>
  15. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement