Created
March 30, 2021 09:57
-
-
Save vsay01/6490f262a64af76e1b0cd9beda626e4e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<title>Title</title> | |
<body> | |
<center> | |
<h2>Welcome to my new website</h2> | |
<iframe id = "new" src="http://www.cnn.com" style="opacity:0.0;position:absolute;top:195px;left:10px;width:1000px;height:200px"> | |
</iframe> | |
</center> | |
</body> | |
</head> | |
</hml> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment