Computer Science, asked by Starnaveensurya4114, 1 year ago

Adding images or graphics to html documents in web design with

Answers

Answered by monu1316
0
text. huge,colour,READ IS THE ANSWER I THINK IT WILL HELP THEN YOU CAN ADD HTML DOCUMENT IN WEB DESIGN
Answered by selenagomez13
2
\huge\color{Red}{Hey dear!!}

If you want to add an image in an html document then you can use \bf{<IMG>} 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!!

\huge\color{Pink}{Thankyou!!}
Similar questions