--- title: Img Width Attribute --- ## Img Width Attribute The HTML 'width' attribute refers to the width of an image. The value in the quotations is the amount of pixels. For example, if you already have a link to an image set up via the `src` attribute you can add the width attribute like so: ```html Img Width Attribute Image ``` In the code snippet above there is an image tag and the image is set to a width of 100 pixels. `width="100"` #### More Information: MDN article on the img tag