html
html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<!--click on I am Indian-->
<html>
<head>
<title>
I am indian
</title>
</head>
<body bgcolor=blue><a href="https://images.app.goo.gl/w8uou4xrh4mb2byL7">
<h1><span style="color:orange;">I</span>
<span style="color:white">am</span>
<span style="color:green;">Indian</span></h1>
</a>
<img src="http://blog.lematacademy.com/wp-content/uploads/2018/08/Jana-Gana-Mana-1.jpg" height="350px" width="300px" border="2px" alt=""/>
<img src="https://www.thestatesman.com/wp-content/uploads/2018/03/National-Anthem-575x321.jpg" height="400px" width="300px" border="2px" alt=""/>
<img src="https://drive.google.com/uc?id=1-JCByRKrdXRSdk1rmXbO-scttstzp3_I" hieght="300"
width="275" border="2px" alt=""/>
<h1><span style="color:orange;">I</span>
<span style="color:white">am</span>
<span style="color:green;">Indian</span></h1>
</body>
</html>
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
4
h1
{
font-size:60px;
}
Enter to Rename, Shift+Enter to Preview
js
js
1
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run