The img Element
Learn how to embed photos onto the web pages.
We'll cover the following...
Images in HTML
Use the <img>
tag to embed an image into your web page with an src
attribute that contains a file path to the image you want to be included. Use the alt
...