Two ways to customize the pictures in html document .
Answers
Answered by
15
Explanation:
To insert image in an HTML page, use the <img> tags. It is an empty tag, containing only attributes since the closing tag is not required. Just keep in mind that you should use the <img> tag inside <body>…</body> tag. The src attribute is used to add the image source
Answered by
7
Anyone can customize the picture in HTML with the help of CSS and with the help of the attribute of the <img> tag.
Explanation:
- If anyone wants to append the picture on the website then he can do this with the help of <img> tag. This tag has many attributes which fix the width and height of the image. It means that this tag attribute helps to customize the image.
- The CSS is used to set the border, color, height, and width of the elements of the HTML. It is used to make the project attractive. When the person wants to customize the image or picture by the help of this then he needs to take an id or a class for the <img> tag and then defined the attributes on the CSS file by the help of that class or id which is defined on the <img> tag.
Learn More:
- CSS : https://brainly.in/question/1883771
- <img> tag : https://brainly.in/question/2023895
Similar questions