Web Tools Table Maker3schools TranslateImage CompressorFavicon Icon GeneratorCrop & Resize Image
Apu
Apu October 24, 2022 › #HowTo #Html

How would you insert image in an HTML document Class 7

To insert an image in an HTML document, you can use the <img> tag.

Syntax #

<img src='logo.png'>

The src attribute is used to specify the location (URL) of the image.

Example : insert image in HTML document. #
<img 
 src='https://app.3schools.in/img/bg.png' 
 alt='logo'
>
Try it Yourself »
save
listen
AI Answer
Write Your Answer
loading
back
View All