If the browser doesn't support the srcdoc attribute, it will use the -------- provided by the src attribute.

Options
- URL
- source
- document
- path


CORRECT ANSWER : URL

Discussion Board
Explanation-

If the browser doesn't support the srcdoc attribute, it will use the URL provided by the src attribute instead, if supplied and valid, otherwise the <iframe> will remain blank.

If a browser supports the srcdoc attribute, it will override the content specified in the src attribute (if present).

If a browser does NOT support the srcdoc attribute, it will show the file specified in the src attribute instead (if present).

Sapna Tongase 02-28-2017 12:51 AM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement