Write the syntax to insert a picture file (“image.jpeg”) with height 350 pixels in a web page.
Answers
Answered by
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
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
Chemistry,
6 days ago
History,
6 days ago
History,
12 days ago
Computer Science,
12 days ago
Math,
9 months ago