Adding images or graphics to html documents in web design with
Answers
Answered by
0
text. huge,colour,READ IS THE ANSWER I THINK IT WILL HELP THEN YOU CAN ADD HTML DOCUMENT IN WEB DESIGN
Answered by
2
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
hope it helps you!!
Similar questions