Computer Science, asked by jenytejani, 9 months ago

desh help us in placing the picture or image at a desired place on the HTML document​

Answers

Answered by aradhanakumari00005
36

Answer:

Background position helps in placing the picture or image at a desired place on the HTML document

Answered by guruu99
0

Answer:

Image tag helps us in placing the picture or image at desired place on the HTML document.

Explanation:

An image can be embedded within an HTML document by using the <img> tag.

It allows the developer to insert an image into a web page and is one of the most used element in HTML. Since it does not contain any content, the <img> tag does not require a closing tag. The image source, size, and other relevant attributes can all be specified with the help of this tag. The <img> tag does not have a tag at the end thus it does not contain any content between the opening and closing tags.

An easy way to insert an image into a webpage is with the HTML <img> tag. When images are added to a webpage, this tag makes it possible for the user to view the image. The image can also have a description, a link, and other attributes added with this tag. On a website, images such as logos and advertisements are frequently displayed using the <img> tag.

Additionally, the <img> tag is used to position an image in the HTML document where it is desired. This lets developers customize where an image goes on a web page. Web developers are able to specify the position of the image in relation to the text or other elements on the page by setting the "align" attribute of the <img> tag. The "hspace" and "vspace" attributes can also be used to create horizontal and vertical separation around the image.

For more information related to HTML

https://brainly.in/question/12516871

https://brainly.in/question/643321

#SPJ3

Similar questions