Image Tag
Hello Friends...!! This is HTML Coding Practical: - Image Tag Script Script: - <html> <head><title>Image</title> </head> <body> <img src="C:\Users\Public\Pictures\Sample Pictures\jellyfish.jpg" height="150" width="150"> </body> </html> Output: - If you have any doubts mention in the Comment Box.