1}which of the following tag is used to insert a video file into an HTML document ? a)img. b) image. c)href. d)ime
give this answer 1 to 9 question
Answers
Ans :
- Option C
- Option B
- Option C
- Option D
- Option A
- Option A
- Option A
- Option D
- Option A
Hope it's help u..
(1) The tag used to insert a video file into an HTML document is the <video> tag. It allows the user to embed videos on a webpage and define various attributes, such as the source of the video, controls, autoplay, and loop.
(2) The correct answer is (b) An inline image. An inline image is an image that is embedded directly into the text of an HTML document and is displayed in line with the surrounding content, without causing a line break.
(3) The correct answer is (d) Png. PNG (Portable Network Graphics) is a valid image file format that supports lossless data compression and transparency. It is commonly used for graphics on the web.
(4) The alt attribute of an image provides an alternative description of the image for users who cannot see the image, such as those using screen readers. The correct answer is (a) Alternative description.
(5) The correct answer is (b) Height and width. These attributes are used to specify the height and width of an image in pixels, allowing the browser to reserve space for the image before it loads.
(6) The correct answer is (a) Imv. This is not a valid image format. The other options, PNG, BMP, and GIF, are valid image formats commonly used on the web.
(7) The concept used to display a whole image as a link is called an image map. An image map allows different areas of an image to be linked to different destinations, giving users the ability to click on different parts of the image to access different content.
(8) The two types of image maps are server-side and client-side. A server-side image map is processed by the server before being sent to the browser, while a client-side image map is processed by the browser using JavaScript.
(9) The <map> tag is used to add an image map to an HTML document. It is used in conjunction with the <img> tag and allows different areas of the image to be linked to different destinations. The <area> tag is used to define the specific areas of the image map and their corresponding links.
for more such questions on HTML
https://brainly.in/question/14971226
#SPJ3