HTML - 14: IFRAMES

 IN THIS TUTORIAL, WE WILL LEARN ABOUT IFRAMES:

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>SHAYAN'S WEBSITE</title>
</head>
<body>
    <iframe src = "http://codingwithshayan.blogspot.com/" frameborder ="0"width="1000" height="800">sorry</iframe>
</body>
</html>

Comments

Popular posts from this blog

PYTHON FULL NOTES BY SHAYAN