Comment ajouter une image dans HTML
<img src="image.png" alt="Description for image" width="250" height="250">
Tejas Naik
<img src="image.png" alt="Description for image" width="250" height="250">
<img src="pic.jpg" alt="pic">
<img src="flowers.jpg" alt="flowers">
//Always add the image type (jpg,png, etc) Adding alt text
is also good coding practice :)
<html>
<head>
</head>
<body>
<img src="exampel.end">
</img>
</body>
</html>
<img src="Add Image Source Here">
<img src="logo.png" />