Grimy
0
Q:

html image

<img src="img_girl.jpg" alt="Girl in a jacket" style="width:500px;height:600px;">
17
<img src="flowers.jpg" alt="flowers">

//Always add the image type (jpg,png, etc) Adding alt text
is also good coding practice :)
14
<img src="image.jps">
//image.jpg is where you would put the inage source.
14
<html>
  <head>
  </head>
	<body>
  <img src="exampel.end">
    </img>
  </body>
  
  
  </html>
19
<picture>
 <source srcset="mdn-logo-wide.png" media="(min-width: 600px)">
 <img src="mdn-logo-narrow.png" alt="MDN">
</picture>
0

New to Communities?

Join the community