-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmusk1.html
33 lines (29 loc) · 1.22 KB
/
musk1.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title> </title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="./styles/musk.css">
<script src="./libs/jquery-3.4.1.js"> </script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.0/jquery.min.js"></script>
<script src="./scripts/musk.js"></script>
</head>
<body>
<h1 id= "animated-text" > Elon musk is god!! </h1>
<div class="div1">
<br>
<iframe width="560" height="315" src="https://www.youtube.com/embed/DhqXla91vaE"allowfullscreen></iframe>
<br> <br> <br>
</div>
<br><br><br><br><br><br><br><br><br>
<img height="300" width="auto" src="./images/musk/jelly.jpg">
<img id="imgrocket" height="200" width="auto" src="./images/musk/spacex.jpg">
<img id="imgwally" height="800" width="auto" src="./images/musk/wally.jpg">
<p> show and hide </p>
<button id="hide"> hide</button>
<button id="show"> show</button>
</body>
</html>