-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (15 loc) · 869 Bytes
/
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
<!-- First html class -->
<html>
<head>
<title>WEBPAGE</title>
</head>
<body style="background-color:paleturquoise;">
<h1 style="color: rgba(0, 140, 255,1);text-align: center;">Facebook</h1>
<img width="50px" height="50px" src="download.png">
<p> My Name is <b><i>Rishav Raj</i></b>.
<br> I am 1st year CSE student in LPU learning Web. <!-- for new line -->
<hr> This is my first webpage created using HTML. <!-- to draw horizontal line -->
<br><iframe width="503" height="295" src="https://www.youtube.com/embed/HUXEqS6GqUU" title="Miyamoto Musashi | A Life of Ultimate Focus" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</p>
</body>
</html>