Guest User

jenis_font.html

a guest
Dec 2nd, 2017
239,431
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.50 KB | None | 0 0
  1.     <!DOCTYPE html>
  2.     <html>
  3.     <head>
  4.      <title>Jenis Font</title>
  5.     </head>
  6.     <body>
  7.      <font face="Tahoma">Ini adalah jenis tulisan Tahoma</font><br>
  8.      <font face="Arial">Ini adalah jenis tulisan Arial</font><br>
  9.      <font face="Courier New">Ini adalah jenis tulisan Courier New</font><br>
  10.      <font face="Century Gothic">Ini adalah jenis tulisan Century Gothic</font><br>
  11.      <font face="Times New Roman">Ini adalah jenis tulisan Times New Roman</font>
  12.     </body>
  13.     </html>
Advertisement
Add Comment
Please, Sign In to add comment