Computer Science, asked by Anonymous, 8 months ago

How to insert HTML graphics in Brainly?​

Answers

Answered by spsharvesh2008
1

Answer:

If you want to add an image in an html document then you can use  tag. It is an empty tag.

Example:

<html>

<body>

<IMG src=Background.jpg >

</body>

</html>

Attributes of<IMG> tag are:

1. SRC="Location of the image"

2. Height="height of the image"

3. Width="breadth of the image"

4. Border="border width"

5. Alt="Alternate text"

6. Align="Top/bottom/left/right

Similar questions