From 1231b416c716bdcc6fb9f2530319e7c83de462d5 Mon Sep 17 00:00:00 2001 From: Ateeb Raza Date: Mon, 17 Dec 2018 09:04:32 +0530 Subject: [PATCH] Corrected a small grammatical mistake(added of) (#30124) --- guide/english/css/css-images/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/css/css-images/index.md b/guide/english/css/css-images/index.md index 25a0d83d24..3a53b622b1 100644 --- a/guide/english/css/css-images/index.md +++ b/guide/english/css/css-images/index.md @@ -8,7 +8,7 @@ This helps in adding an image to a website. CSS can handle images like JPG, PNG ```Picture``` -* **src:** It consists the value of the path to the required image +* **src:** It consists of the value of the path to the required image * **alt:** If the image is not displayed then an alternate text can be displayed using alt attribute. * **width:** This specifies a width for the image(can be percent or px or auto) * **height:** This specifies a height for the image(can be percent or px or auto)