Kurniawan Blogs

Just share about knowladge

  • Full Screen
  • Wide Screen
  • Narrow Screen
  • Increase font size
  • Default font size
  • Decrease font size

Menyisipkan Background pada halaman web

Contoh menyisipkan gambar sebagai background halaman web
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<body background="sel hewan.GIF">ISI KONTENT ANDA </body>
</html>
Tag diatas hanya sekedar copy paste dari dreamweaver, Tidak perlu bingung, perhatikan tag
<body background="sel hewan.GIF">ISI KONTENT ANDA </body>

Oiya file gambar "sel hewan.gif" harus jadi satu dengan file html anda
atau apabila file gambar berada di dalam folder 'image', dimana folder image berada pada subfoder satu level di bawah dokumen web anda, maka anda harus menulis lengkap path nya misal
<body background="image/sel hewan.GIF">

Add comment

Security code
Refresh

Latest Comment

RSS
You are here: TIK-Lesson Menyisipkan Background pada halaman web