-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (25 loc) · 1.07 KB
/
index.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
34
<html>
<head>
<style>
body {background-color: lightblue;}
</style>
</head>
<body>
<title>My First HTML Website</title>
</head>
<body>
<h1>My First HTML Website</h1>
<table>
<tr>
<td><img src="http://sunnylandingpages.com/blog/wp-content/uploads/2017/06/html-flat1.png" alt="ZI-Youtuber"></td>
<td><p><b>Just learning and practicing HTML<b></p>
<p><b><a href="https://github.com/ZI-Youtuber">Visit my Github Profile</a><b><p><td>
</tr>
</table>
<h1>I'm making this HTML Website because I am learning HTML and practicing it (WORK IN PROGRESS)</h1>
<h1 style="background-color: dodgerblue;">Hello World 😃</h1>
<p style="background-color:rgb(255, 208, 0);"><b>Welcome to my EPIC and IN PROGRESS Website!!!<b></p>
<h2>Embed Youtube Video<h2>
<iframe width="560" height="315" src="https://www.youtube.com/embed/w3jLJU7DT5E" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</body>
</html>