Corrected a small grammatical mistake(added of) (#30124)

pull/30972/head^2
Ateeb Raza 2018-12-17 09:04:32 +05:30 committed by Randell Dawson
parent 87fbfbc3ed
commit 1231b416c7
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ This helps in adding an image to a website. CSS can handle images like JPG, PNG
```<img src="picture.jpg" alt="Picture" width="100" height="100">```
* **src:** It consists the value of the path to the required image</li>
* **src:** It consists of the value of the path to the required image</li>
* **alt:** If the image is not displayed then an alternate text can be displayed using alt attribute.</li>
* **width:** This specifies a width for the image(can be percent or px or auto)</li>
* **height:** This specifies a height for the image(can be percent or px or auto)</li>