Friday, October 17, 2014

Write a HTML program to demonstrate the use of <IMG> tag.

Write a HTML program to demonstrate the use of <IMG> tag. Code : img.html <html> <head> <title>example of IMG tag</title> </head> <body><imgsrc="z:\img\rose.jpg" alt="rose"></img></body> </html>

No comments: