Computer Science, asked by gkhanzzn60, 5 months ago

Write the code to create an HTML document using Notepad to insert your image i.e " mypicture.jpg" which is stored in the desired location " C:\Users\Public\Pictures". Its height should be 150 and width should be 250 pixels respectively *​

Answers

Answered by Ananti
2

Answer:

<html>

<head>

<title> image insertion </title>

</head>

<body>

< img src =" mypictures.jpg\C:\Users\Public\Pictures" width = "250%" height ="150%">

</body>

</html>

Similar questions