This video demonstrate how to use iframe in html, here we can embed one website into another that is displaying one website into another.
code:
<!DOCTYPE html>
<html>
<head>
<title>Iframe</title>
</head>
<body>
<iframe src="https://www.godaddy.com" width="500" height="700"/>
</body>
</html>
No comments:
Post a Comment