How to insert HTML graphics in Brainly?
Answers
Answered by
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