Advertisement
Guest User

Tugas PWeb 1

a guest
Feb 27th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.42 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <head>
  5. <title> HTML Sederhana </title>
  6. </head>
  7.  
  8. <body background="background.jpg">
  9.  
  10. <header>
  11. <h1>Biodata Diri</h1>
  12. </header>
  13.  
  14. <img src="fotodiri.jpg" style="width:200px;height:200px;"></img>
  15.  
  16. <p>Nama     :Vicky Mahfudy</p>
  17. <p>NRP      :5115100105</p>
  18. <p>Jurusan  :Teknik Informatika</p>
  19. <p>TTL      :Negara, 5 Januari 1997</p>
  20. <p>Alamat   :Perum Genteng Griya Mulya Blok Y No.9</p>
  21.  
  22.  
  23. </body>
  24. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement