-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest.html
More file actions
81 lines (73 loc) · 4 KB
/
test.html
File metadata and controls
81 lines (73 loc) · 4 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title> Test Template</title>
<!--<script src="https://kit.fontawesome.com/d2cf0ef0bc.js" crossorigin="anonymous"></script>-->
<script type="text/javascript">
function loadfruit(){
var fruits={"apple","mango"};
document.getElementById('p').innerHTML(fruits);
}
function addfruit(){
var fruit=prompt('enter fruit');
fruits[fruits.length]=fruit;
document.getElementById('p').innerHTML=fruits[fruits.length-1];}
</script>
<link rel="stylesheet" href="css/ssspl.css">
</head>
<body>
<header>
<div id="title">
<a href="home.html"><img src="images/dslogo.png" alt="dq" width=15%/>
</a></div>
<nav>
<a href="home.html" class="mainnav">Home</a>
<a href="about.html"class="mainnav">About Me</a>
<a href="gallery.html"class="mainnav">Gallery
<a href="interviews.html"class="mainnav">Interviews</a>
<a href="movies.html"class="mainnav">Movies</a>
<a class="mainnav">Follow me
<ul class="followlinks">
<li href="https://facebook.com/DQSalmaan">Facebook</li>
<li href="https://instagram.com/dqsalmaan">Instagram</li>
<li href="https://twitter.com/dulQuer">Twitter</li>
<li href="https://youtube.com/DQSalmaan">Youtube</li>
<li href="https://dulquer.com">Website</li>
</ul>
</a>
</nav>
</header>
<br>
<h2 onload='loadfruit()'>Page on Test!</h2>
<button type="button" name="button" onclick='addfruit()'>add</button>
<script type="text/javascript">
var k=prompt("what?");
</script>
<p id="p">This is sample page. Page is on test and hence can go undergo changes any time.Mercedes-Benz is both a German automotive marque and,
from late 2019 onwards, a subsidiary (Mercedes-Benz AG) of Daimler AG.Mercedes-Benz is known for producing luxury vehicles and
commercial vehicles.The headquarters is in Stuttgart, Baden-Württemberg. The name first appeared in 1926 under Daimler-Benz.
In 2018, Mercedes-Benz was the largest seller of premium vehicles in the world, having sold 2.31 million passenger cars.
The company's origins come from Daimler-Motoren-Gesellschaft's 1901 Mercedes and Karl Benz's 1886 Benz Patent-Motorwagen,
which is widely regarded as the first internal combustion engine in a self-propelled automobile. The fuel was not gasoline, it was a much more volatile petroleum spirit with several names including ligrane/ligrain/ligroin.
This was used as a degreaser, spot remover, paint thinner, etc. and was so quick to burn or explode, it was not stored inside. The slogan for the brand is "the best or nothing".[9]
</p><br>
<div id="toparrow"><a href="#top"><i class="fas fa-arrow-circle-up fa-2x" aria-label="arrow up"></i></a></div>
<section class="follow">
<hr>
<a class="follow webmail"href="https://dulquer.com"><attr title="Website"><img src="images/dqlogo.png" alt="dq logo" width="11%"></attr></a>
<br>
<a class="follow webmail mail" href="mailto:info@dulquer.com"><attr title="Mail"><i class="far fa-envelope"></i> info@dulquer.com</attr></a>
<br><br>
<div class="follow fblogo"><a href="https://facebook.com/DQSalmaan" target="_blank" aria-label="Facebook"><abbr title="Facebook"><i class="fab fa-facebook fa-2x"></abbr></i> </a></div>
<div class="follow iglogo"><a href="https://instagram.com/dqsalmaan" target="_blank" aria-label="Instagram"><abbr title="Instagram"><i class="fab fa-instagram fa-2x"></abbr></i></a></div>
<div class="follow ttlogo"><a href="https://twitter.com/dulQuer"target="_blank" aria-label="Twitter"><abbr title="Twitter"><i class="fab fa-twitter fa-2x"></abbr></i></a></div>
<div class="follow ytlogo"><a href="https://youtube.com/DQSalmaan"target="_blank" aria-label="Youtube"><abbr title="Youtube"><i class="fab fa-youtube fa-2x"></abbr></i></a></div>
</section>
<footer>
<hr>
© 2020 | Powered by <a href=>F ditital Lab</a>.
</footer>
</body>
</html>
eia2020-moefcc@gov.in