Computer Science, asked by abhijit12, 1 year ago

Write a HTML code to insert an image

Answers

Answered by Puggi1
15
<html>
<head><title><inserting images></title></head>
<body>
<IMG SRC ="name of file.extension " or " address of file/ name of file.extension ">
</body>
</html>

nawlesh2001: hlo
nawlesh2001: msg kro isspey
Answered by vishalkhurana1
5
<html>
<head><title>any title</title>
</head>
<body>
<img src="name and location of image" alt= "anything" width="xpx" height="ypx">
</body>
</html>
Similar questions