-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoverflow.html
35 lines (30 loc) · 910 Bytes
/
overflow.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
<html>
<head>
<style>
.overflow{
width:600px;
height:90px;
background-color:#5e6060;
overflow:auto
}
</style>
</head>
<body >
<center><h1> <b><font color="red">Shayari Youth </font></b> </h1>
<hr width="40%" color="orange">
<hr width="20%" color="white">
<hr width="5%" color="green">
</center>
<marquee behavior="alternate" loop="3"><font color="red" >welcome to shayari Youth a place to learn and earn.come play and learn with sadique akhtar and miya mazhar</font> </marquee>
<center>
<div class="overflow">
<p> Hello shayari how are you?
<br><br>kaise aap sab log cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc
<br><br>bhadiya hi honge
</p>
</div>
<p> <font color="black">play music here </font></p>
<audio src="ertugrul_gazi_violin.mp3" controls>your browser do not support audio player</audio>
</center>
</body>
</html>