diff --git a/guide/english/certifications/responsive-web-design/basic-html-and-html5/add-images-to-your-website/index.md b/guide/english/certifications/responsive-web-design/basic-html-and-html5/add-images-to-your-website/index.md index 0ebd725858..7802350855 100644 --- a/guide/english/certifications/responsive-web-design/basic-html-and-html5/add-images-to-your-website/index.md +++ b/guide/english/certifications/responsive-web-design/basic-html-and-html5/add-images-to-your-website/index.md @@ -11,5 +11,10 @@ The main attributes of an img tag are src and alt: Attributes are key value pairs inserted into the tag. The syntax is ` ` or, in case of self-closing tags, `` - notice that the pairs are separated by a space character, not by a comma. +```html +Cute dog smiling +``` + + ### Resources - [HTML attributes](https://guide.freecodecamp.org/html/attributes)