how to put html code in iframe

how to put html code in iframe

<iframe src="codingsansar.html" height="200" width="300" title="I frame set "></iframe>

How to use iframe

<!DOCTYPE html>
<html>
<body>

<h2>HTML Iframe coding</h2>
<p>You can also use the CSS height and width properties for  i frame:</p>

<iframe src="codingsansar.html" style="height:200px;width:300px" title="I frame Code"></iframe>

</body>
</html>