Computer Science, asked by magichomesinfra, 6 months ago

State True or False:
1
You cannot display photographs on a web page.
2
<H> is used to mark the text as a hypertext link.
3
The value for the alt attribute is a text string of up to 2000 characters.
4
Any image can be used as a hyperlink to another document,
5
We can insert an Audio clip or file of any format like.mp3, .ogg, .wav, etc. in our web page with the
help of Audio tag
6
In HTML5, Frames can be created using the <iframe> tag.​

Answers

Answered by subodhkumar80730
7

The answer of 1. is True

The answer of 2. is True

The answer of 3. is False

The answer of 4.is True

The answer of 5.is True

The answer of 6. is True

Answered by ArunSivaPrakash
2

The statements 1, 2, and 3 are false, whereas 4, 5, and 6 are true.

1. The given statement is false.

  • We can display photographs on a web page.
  • The <img> tag is used to insert a photograph in a webpage.

2. The given statement is false.

  • The Anchor tag (or <a> HTML element) is used to mark the text as a hypertext link.
  • The <H> tag is used as a heading tag.

3. The given statement is false.

  • The value for alt attribute is a text string of up to 1024 characters.
  • The alt attribute represents an alternate text in situations where the image cannot be displayed.

4. The given statement is true.

  • Any image can be used as a hyperlink to another document.
  • The hyperlink is a link that when clicked will navigate us to another section in the same or different document.

5. The given statement is true.

  • We can insert an Audio clip or file of any format like.mp3, .ogg, .wav, etc. in our web page with the help of Audio tag.
  • The <audio> is the representation of an audio tag in HTML.

6. The given statement is true.

  • In HTML₅, frames can be created using the <iframe> tag.​
  • This tag is used to display advertisements, embedded videos, interactive contents, etc. in a webpage.

#SPJ3

Similar questions