-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (49 loc) · 1.98 KB
/
index.html
File metadata and controls
52 lines (49 loc) · 1.98 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>hari bol hare krishna bolo</title>
<link rel="stylesheet" href="style.css">
<style>
h2{
color:blueviolet;
}
</style>
</head>
<body>
<h1 style="color:brown">hare krishna</h1>
<h2 id="heading">hare krishna</h2>
<h3>Hare krishna</h3>
<h4>Hare krishna</h4>
<h5>Harw krishna</h5>
<h6>Hare jhg</h6>
<p> Lorem, <b>ipsum dolor sit amet consectetur adipisicing elit. </b>bVoluptatem odit necessitatibus soluta? Esse modi a commodi corrupti maiores itaque accusamus illo id aspernatur <i>hadff</i>accusantium, 10<sup>2</sup>veniam porro neque dolor iure laboriosam ipsam sunt, iusto aliquid fugit nobis reiciendis! Facere, pariatur sequi. Dolore eveniet porro autem! Odit ducimus dicta nam voluptatum totam.</p>
<hr>
<h2> shopping list</h2>
<ul>
<li>milk</li>
<li> pe3anut</li>
<li>jan</li>
<li>gram</li>
<li class="special">bhagwat</li>
<li>gita</li>
<li>hari bol</li>
</ul>
<hr>
<h2> Bhagwat gita</h2>
<ol>
<li>chapter1</li>
<li>chapter2</li>
<li>chapter3</li>
<li>chapter4</li>
<li>chapter5</li>
</ol>
<hr>
<a href="https://www.google.com" target="blank">Google </a>
<a href="page2.html">page 2</a>
<a href="http://" target="-blank" rel="noopener noreferrer"></a>
<img src="https://1.bp.blogspot.com/-ukwIYD4-G2Q/URnakOn5YeI/AAAAAAAAAuM/4XXB9k9irQE/s1600/Lord+Krishna+HD+Wallpapers6.jpg" alt=" width=359">
<hr>
<video src="video/https://youtu.be/XHluPUeB8wU" width="400" controls loop muted poster="<iframe width="560" height="315" src="https://www.youtube.com/embed/XHluPUeB8wU" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>"></video>
<hr>
</body>
</html>