In the previous post we learn about what is image tag. Html is web page programing language in which we can create web page and web applications and in web page we can add images so in this post we will learn How to insert an image in HTML.
Below is the code to insert an image :
Below is the code to insert an image :
<!DOCTYPE html> <html> <head> <title>titile of your document</title> </head> <body> <img src="D:\wallpaper.jpg" height="155" width="155"> </body> </html>This will produce following result:
I hope you will understand How to insert an image in HTML.If you like this post please share on facebook.
0 comments:
Post a Comment