-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
58 lines (56 loc) · 1.88 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<center>
<h1>JAILER</h1>
<h3> Hi 🤩, You can find the latest Viral song of <B>JAILER</B></h3>
<img src="./https://e0.pxfuel.com/wallpapers/87/758/desktop-wallpaper-rajinikanth-aishwarya-rai-bachchan-ramya-krishnan-priyanka-arul-mohan-shiva-rajkumar-jailer.jpg" alt = "SUPER STAR RAJINIKANTH IN JAILER" width = "5%"/>
<a href =" https://youtu.be/RVLNBVK8auM" target ="_blank">click here to view</a>
<br />
<div style="background-color:aqua;">
<h1> This is a div tag</h1>
<p> Lorem ipsum dolor sit, amet consectetur adipisicing elit.<span style="background-color: azure;"> Autem, cupiditate qui ut quos mollitia officia! Maiores,</span> at. Quam alias dolores, veritatis, tempore maxime adipisci praesentium ipsam iusto nam quidem eum!</p>
</div>
<section style="background-color: beige;">
<h1> This is a section tag</h1>
<p> All the best, Believe you, You can do it</p>
</section>
<article style="background-color: antiquewhite;">
<h1> This is a article tag</h1>
<p> I am a FullStack Developer</p></article>
</center>
<h3> Front End</h3>
<ol 1>
<li>javascript</li>
<li>CSS</li>
<li>HTML</li>
</ol>
<h3> Back End</h3>
<ul *> <li>Mango DB</li>
<li>DOM</li>
<li>REACT</li>
</ul>
<h3> DETAILS ABOUT JAILER</h3>
<iframe src ="https://en.wikipedia.org/wiki/Jailer_(film)"></iframe>
<h1> Programming Languages</h1>
<table border="2">
<tr>
<td> FrontEnd</td> <td> BackEnd</td> <td> Database</td>
</tr>
<tr>
<td> HTML</td> <td> Node JS</td> <td> Mango DB</td>
</tr>
<tr>
<td> CSS</td> <td> Express JS</td> <td> My SQL</td>
</tr>
<tr>
<td> JS</td> <td> JAVA</td> <td> Oracle</td>
</tr>
</table>
</body>
</html>