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
26
27
28
<!DOCTYPE html>
<html>
<head>
<title>Project Indian Flag</title>
</head>
<body background-color:
blue>
<h2 align=center>"I Love My India"</h2>
<hr>
<h2 align= center>Indian Flag</h2>
<hr>
<br />
<br />
<div style=" background-color:orange; color:orange;">
<p> A<br /> <br /> B<br />C </p>
</div>
<div style="background-color:white; color:white";>
<p> .<br /> B</p>
</div>
<div style="background-color:green; color:green";>
<p> A<br /> <br /> B<br />C</p>
</div>
<h4 align= right> ~created by Dipesh</h4>
</body>
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
body {
}
Enter to Rename, Shift+Enter to Preview
js
js
1
alert("This is created by Dipesh. I hope you like it")
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run