iframe
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<h1>iframe</h1>
<iframe src="https://tenor.com/search/images-gifs" width="500" height="600">
</iframe>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<h1>iframe</h1>
<iframe src="https://tenor.com/search/images-gifs" width="500" height="600">
</iframe>
</body>
</html>
Comments
Post a Comment