Write a HTML code to insert an image
Answers
Answered by
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>
<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
Answered by
5
<html>
<head><title>any title</title>
</head>
<body>
<img src="name and location of image" alt= "anything" width="xpx" height="ypx">
</body>
</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