Computer Science, asked by aryan1574, 5 months ago

The _____ attribute in frame tag specifies the web page to load into that frame
name
id
src
href​

Answers

Answered by AdithyanRNair
0

Answer:

href

Explanation:

,.........mm ............

Answered by adventureisland
0

The  src  attribute in frame tag specifies the web page to load into that frame name

Src Attribute :

  • The src attribute indicates the external resource's location (URL).
  • An HTML tag's src attribute is used to specify the location of content that should be loaded by the web page. As a result, URLs mentioned in the href property are not rewritten by domain shading.
  • The src property of the HTML <source> tag is used to define the media resource's URL. The <audio> and <video> elements use the source element as a child element.
  • It has a single value URL that defines the media resource's URL,
  • It points to other files on the same web page using a relative URL.
Similar questions