Advertisement
newbitek

cir cle

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. <html>
  2. <head>
  3.  <title>unorder list</title>
  4.   <body>
  5.  Daftar Nama Buah-buahan di pekanbaru
  6.   <ul type="square">
  7.    <li>Jeruk</li>
  8.    <li>Apel</li>
  9.    <li>Rambutan</li>
  10.    <li>Manggis</li>
  11.   </ul>
  12.  </body>
  13. </head>
  14. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement