From 0ce98da28c7ce0a6a7de9e616c271525da4789f8 Mon Sep 17 00:00:00 2001 From: Natac13 Date: Thu, 3 Sep 2015 12:26:07 -0400 Subject: [PATCH] fixed unnecessary self closing tag in the description. --- challenges/html5-and-css.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/html5-and-css.json b/challenges/html5-and-css.json index 8d72837af3..5ba079231a 100644 --- a/challenges/html5-and-css.json +++ b/challenges/html5-and-css.json @@ -1349,7 +1349,7 @@ "description": [ "alt attributes, also known as alt text, are what browsers will display if they fail to load the image. alt attributes are also important for blind or visually impaired users to understand what an image portrays. And search engines also look at alt attributes.", "In short, every image should have an alt attribute!", - "You can add an alt attribute right in the img element like this: <img src=\"www.your-image-source.com/your-image.jpg\" alt=\"your alt text\"/>.", + "You can add an alt attribute right in the img element like this: <img src=\"www.your-image-source.com/your-image.jpg\" alt=\"your alt text\">.", "Add an alt attribute with the text A cute orange cat lying on its back to our cat photo." ], "tests": [