Computer Science, asked by deboshmitasadhukhan, 12 days ago

Write the syntax to insert a picture file (“image.jpeg”) with height 350 pixels in a web page. ​

Answers

Answered by RajeshChaubeyKing
1

question given →Write the syntax to insert a picture file (“image.jpeg”) with height 350 pixels in a web page.

answer →To insert image in an HTML page, use the <img> tags. It is an empty tag, containing only attributes since the closing tag is not required. Just keep in mind that you should use the <img> tag inside <body>… </body> tag

hope it helps you

please mark me as brainliest

Answered by 00Jenya00
2

Explanation:

What is the syntax to insert a picture in HTML?

To insert image in an HTML page, use the <img> tags. It is an empty tag, containing only attributes since the closing tag is not required. Just keep in mind that you should use the <img> tag inside <body>… </body> tag.

Similar questions