1<!DOCTYPE html>
2<html>
3<body>
4<h2>HTML example</h2>
5Use the height and width attributes to specify the size of the iframe:
6<iframe src="<a href="https://www.edureka.co/">https://www.edureka.co/</a>" height="300" width="400"></iframe>
7</body>
8</html>
9