C# Programming: How to use iframe in html | Dispaly one website into another website | L...

Friday, June 22, 2018

How to use iframe in html | Dispaly one website into another website | L...





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