5568 sujets

Sémantique web et HTML

Bonjour,

Voici mon code


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr"> 
<head>
	<title>test</title>
</head>
<body>
	<div>
		<img src="Image/banniere.jpg" alt="baniere" width="150" height="30" id="un"/>
		<br />
		<img src="Image/banniere.jpg" alt="baniere" width="150" height="30" id="deux"/>
		<br />
	</div>
</body>
</html>


Sous mozilla les 2 images sont séparé par un petit espace , comment le supprimé ? le vspace="0" ne donne rien non plus.

Merci de votre réponse
Modifié par blageman (12 Dec 2008 - 17:36)