Beginners HTML5: How to add a HTML5 İmages





If you want to add an image with HTML5 to your text, you can follow these steps.

İs code;

<img src="image.jpg" alt="image url.com" width="104" height="142">

''img src= '' is  image file

'' alt= '' alternate location of the file

'' width and height '' your image size



Congratulations you've added the image as html5.


Comments