Skip to main content

3 docs tagged with "images"

View all tags

Image Attributes in HTML

Learn about the essential attributes of the HTML <img> tag, focusing on required attributes (src, alt) and performance attributes (width, height, loading) to build accessible and fast websites.

Inserting Images in HTML

In this tutorial, you will learn how to insert images in HTML using the <img> tag, focusing on the required src and alt attributes, and best practices for sizing and accessibility.