html
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
<!-- Created by Atul shukla -->
<!DOCTYPE html>
<html>
<head>
<title>Text scrooling</title>
</head>
<body>
<marquee behavior="scroll" direction="right">
<h1>atul shukla is very smart boy !:)</h1>
</marquee>
<marquee behavior="scroll" direction="left">
<p>Atul shukla </p>
<h1>shukla ji plese picup the phone</h1>
<h1>i reading class ninth</h1>
<h2>my father name is mr.chandra prakash shukla</h2>
<h3>my mother name is mrs.radha devi </h3>
<h4>my borthers name is akash shukla ,vikash shukla</h4>
<h5>i live in india's country</h5>
<h1>my favourite subject is mathmatics</h1>
<p>sololearn is very smart app in codes</p>
<h1>i am so happy 🎆🎆🎆🎆🎆 atul shukla</h1>
</marquee>
</body>
</html>
Enter to Rename, Shift+Enter to Preview
css
css
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
/* Created by Atilul shukla*/
body {
background-color:black;
}
h1 {
color:rgb(270,280,100);
text-transform:uppercase ;
}
marquee {
color:rgb(100,200,390);
text-transform:uppercase ;
h2{
background-color:pink;
}
h3{
background-color:yellow;
}
h4{
background-color:red;
}
h5{
background-color:white;
}
h6{
background-color:violet;
}
Enter to Rename, Shift+Enter to Preview
js
js
1
2
3
// Created by Alhaaz
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Запуск