html
html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>
<head>
<title>Tiranga</title>
</head>
<body bgcolor="yellow">
<h1><center><font color="red"><u>Tiranga</u></font></center></h1>
<svg width="360" height="300">
<rect width="300" height="66.6" x="30" y="50" fill="#FF6600" stroke="FF6600"></rect>
<rect width="300" height="66.6" x="30" y="116.6" fill="white" stroke="white"></rect>
<rect width="300" height="66.6" x="30" y="183.2" fill="green" stroke="green"></rect>
<h3/><center><font color="blue"><u>Jai Hind</u></font></center></h3><br />
</svg>
</body>
</html>
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
body {
}
Enter to Rename, Shift+Enter to Preview
js
js
1
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run