Senin, 03 September 2012

Sintak HTML Memasukan Foto

Code HTMl Untuk Memasukan Foto

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>maukan foto</title>
<body bgcolor="#006600">
<table width="251" height="207" border="1">
  <tr>
    <td><p><img src="foto.jpg" width="256" height="191" /></p></td>
  </tr>
  <tr>
     </tr>
</table>
</body>
</html>

Hasilnya Seperti Ini :












Nb: bila Nama file contoh.jpg maka sintax <img src="contoh.jpg">
file foto harus 1 direktori dengan file html

Tidak ada komentar:

Posting Komentar