render html string in iframe code example
Example 1: iframe with html string
<iframe srcdoc="<html><body>Hello, <b>world</b>.</body></html>"></iframe>
Example 2: put html in iframe
<iframe srcdoc="<html><body>Hello, <b>world</b>.</body></html>"></iframe>
Example 3: iframe render html in angular
yt = '<iframe class="w-100" src="https://www.youtube.com/embed/KS76EghdCcY?rel=0&controls=0" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>';