HTML Images
HTML images are defined with the <img> tag.
Syntax:
<img src="https://www.google.co.in/images/branding/googleg/1x/googleg_standard_color_128dp.png" alt="W3Schools.com" width="104" height="142">
Rule:
- Photo must be in .html directory
- must type correct extension(photo.jpg photo.png)
Screenshot
No comments