Bonjour,
Je suis bloqué sur un code pour mettre juste une image sur mon site centré:
<center>
<img src="Site/PhotoKris.jpg" alt="Photo Kris" width="200" height="200"/>
</center>
je ne vois pas sur quoi je buche.
Merci pour votre aide.
<!doctype html>
<html>
<head>
<meta charset="utf-8"/>
<link rel="stylesheet" href="style.css"/>
<title>Blog Cv Christelle Gamiette</title>
</head>
<body>
<h1>Bienvenu sur la présentation de mon cv !</h1>
<h2><center>Christelle Gamiette</center></br></h2>
<h3><center>Opératrice PréPress PAO / CTP</center></br><center>Retouches Photos / Chromiste</center></h3>
<center>
<img src="Site/PhotoKris.jpg" alt="Photo Kris" width="200" height="200"/>
</center>
</body>
</html
Je suis bloqué sur un code pour mettre juste une image sur mon site centré:
<center>
<img src="Site/PhotoKris.jpg" alt="Photo Kris" width="200" height="200"/>
</center>
je ne vois pas sur quoi je buche.
Merci pour votre aide.
<!doctype html>
<html>
<head>
<meta charset="utf-8"/>
<link rel="stylesheet" href="style.css"/>
<title>Blog Cv Christelle Gamiette</title>
</head>
<body>
<h1>Bienvenu sur la présentation de mon cv !</h1>
<h2><center>Christelle Gamiette</center></br></h2>
<h3><center>Opératrice PréPress PAO / CTP</center></br><center>Retouches Photos / Chromiste</center></h3>
<center>
<img src="Site/PhotoKris.jpg" alt="Photo Kris" width="200" height="200"/>
</center>
</body>
</html