Open In App

HTML | srcdoc Attribute

The HTML srcdoc attribute is used to specify the HTML content of the page to show in the inline frame. This attribute is anticipated to be used beside the sandbox and seamless attributes. 
If a browser supports the srcdoc attribute, it’ll override the content laid out in the src attribute (if present). 
If a browser doesn’t support the srcdoc attribute, it’ll show the file laid out in the src attribute instead (if present).

Supported tag:  



Attribute Values

Example: 



html highlight=7

Output: 

Supported Browsers: The browsers supported by HTML srcdoc Attribute are listed below: 

Article Tags :