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
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
English,
4 months ago
Computer Science,
4 months ago
Math,
9 months ago
History,
9 months ago
Hindi,
1 year ago