-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathiframe.html
More file actions
13 lines (12 loc) · 814 Bytes
/
iframe.html
File metadata and controls
13 lines (12 loc) · 814 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
<head> <title> My Site </title> </head>
<body>
<h1> Naresh IT Videos </h1>
<div>
<iframe src="https://www.youtube.com/embed/si-KFFOW2gw" width="500" height="300"> </iframe>
</div>
<div>
<iframe src="//www.slideshare.net/slideshow/embed_code/key/wrjtw4o00Ji3ki" width="595" height="485" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen> </iframe> <div style="margin-bottom:5px"> <strong> <a href="//www.slideshare.net/bappisharma/dotnet-ppt" title="Dotnet Basics Presentation" target="_blank">Dotnet Basics Presentation</a> </strong> from <strong><a href="https://www.slideshare.net/bappisharma" target="_blank">Sudhakar Sharma</a></strong> </div>
</body>
</html>