Computer Science, asked by ca005660, 3 months ago

1. Which property is used to set the vertical alignment of text in a cell ?
2. What are the different types of links ? Name the tags used to create a link.
3. Name the tag used to insert an audio in a webpage.
4. Which attitude of <video> tag is used to play the video file automatically on loading a webpage ?
5. Name the tag used to define an inline frame that enables you to display a webpage page within a webpage.​

Answers

Answered by shingaresarthak6127
0

Answer:

  1. The HTML <td> valign Attribute is used to specify the vertical alignment of text content in a cell.
  2. There are four types of hyperlinks. Text hyperlink – Uses a word or phrase to take visitors to another page, file or document. Image hyperlink – Uses an image to take visitors to another page, file or document.
  3. When writing in HTML, the <audio> tag is an inline element used to embed sound files into a web page. It is useful when you want to add any audio, such as a song or interview, to your web pages
  4. The attribute of <video> tag that plays the video file automatically when the web page is loaded is autoplay. Explanation: The autoplay attribute is a boolean attribute. When present, the video will automatically start playing as soon as it can do so without stopping.

The HTML <iframe> tag defines an inline frame, hence it is also called as an Inline frame. An HTML iframe embeds another document within the current HTML document in the rectangular region. The webpage content and iframe contents can interact with each other using JavaScript

PLEASE MARK ME AS BRAINLIST

Similar questions