diff --git a/guide/english/css/css-images/index.md b/guide/english/css/css-images/index.md index 25a0d83d249..3a53b622b14 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)