Recent

6/recent/ticker-posts

HTML (15)

HTML (15)


7,000+ Free Computer & Data Illustrations - Pixabay


Inserting Image 

Browsers can display image files in your document.

Image tag = <img src ="File">

Example ↓↓↓↓↓

<html>
<head>
<title>My Page</title>
</body>
These is the example of the image tag
<p>
<img src ="C:\Users\Public\Pictures\Sample Pictures\Koala.jpg">
</p>
</body>
</html>






Post a Comment

0 Comments