Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=600, initial-scale=1.0">
- <meta http-equiv="X-UA-Compatible" content="ie=edge">
- <title>Presentazione</title>
- <style>
- body{
- background-image:url(../foto/images.jpeg);
- background-repeat: no-repeat;
- background-size:cover;
- }
- #tit{
- margin-top:-1.5%;
- }
- #centro{
- margin-left:16%;
- margin-top:10%;
- }
- #pagina{
- width: 80%;
- height: 500px;
- }
- </style>
- </head>
- <body>
- <!--jquerry-->
- <script type="text/javascript" src="jquery-3.3.1.min.js"></script>
- <!--sottofondo-->
- <audio controls src="ciao.mp4" autoplay loop id="audio" ></audio>
- <!--parte sopra-->
- <div id="tit">
- <h1><center>
- Presentation of English</center></h1>
- </div>
- <!--iframe della presentazione-->
- <div id="centro">
- <!-- <iframe src="../5/5.html" name="pagina" id="pagina">-->
- <iframe src="../inizio/inizio.html" name="pagina" id="pagina">
- </iframe>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment