files/en-us/web/media/guides/images/index.md
The {{Glossary("HTML")}} {{HTMLElement("img")}} element lets you embed images into an HTML document, while the {{HTMLElement("picture")}} element enables responsive images. In this guide you'll find links to resources that deal with adding images to websites. These articles provide guidance on selecting and configuring image types.
width and height attributes helps avoid jank
These articles cover some of the HTML elements and CSS properties that are used to control how images are displayed on the web.
alt text for people who don't see the image.<picture> element contains zero or more {{HTMLElement("source")}} elements and one {{HTMLElement("img")}} element which provides versions of an image for different display/device scenarios. The browser considers each child <source> element and chooses the best match among them.object-position CSS property specifies the alignment of content in a selected {{ glossary("replaced elements", "replaced element")}} within the element's box. Areas of the box which aren't covered by the replaced element's object will show the element's background.background-image CSS property sets one or more background images for an element.