Computer Science, asked by prashastisrivastava1, 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 desired location C: users/ public/ pictures its height should be 150 and width should be 120 picked respectively plzzzzz give the answer very fast​

Answers

Answered by Arpit7007
2

Answer:

Bro i am also learning html language from last 2 weeks and I have reached till anchor tag because I am making a project for whole tag

Explanation:

So here is your answer

<html>

<body>

<img src = " mypicture.jpg" height = 150 weight = 120 >

</body>

</html>

Agar ye helpful hai to please mujhe aap BRAINSLIST Bana digiye aapse request hai

Answered by sujeetgund
1

Explanation:

<img src="C:/users/public/pictures/mypicture.jpg" height="150" width="120" >

Hope it helps...

Keep asking...

Similar questions