Thread: xhtml check..
View Single Post
  #5 (permalink)  
Old 21-10-2004, 03:25 PM
Gemp-X's Avatar
Gemp-X Gemp-X is offline
Novice Webmaster
 
Join Date: Apr 2002
Location: kuantan, pahang
Posts: 58
Rep Power: 83
Gemp-X is on a distinguished road
Send a message via Yahoo to Gemp-X
tambahan xhtml 1.0 : tag untuk single element, contohnye br, input & img kene tutup menggunakan
/>

cth:
HTML 4.0:
<BR>
<IMG SRC=image.gif>

xhtml 1.0:

<br />
<img src="image.gif" alt="image" />
__________________
http://sidik.org/
Reply With Quote