html
html
1
2
3
4
5
6
7
8
9
10
11
12
13
<html>
<head>
<title>first page</title>
</head><h1><b><i><font color="#0000FF">Hello!</i></b></h1></font>
<hr width= "100%" />
<hr breadth="7%" />
<body><font color="#0000FF"><h2><b><i>I am Neel. I started learning on Sololearn yesterday. I am 11 years old(12 rn lol). I like to play chess.</i></b></h2></font>
<p><h2><b><i><hr width= "100%" />
<hr breadth="7%" /><font color="#0000FF">I took the decision to start coding because my mother said that to learn programming instead of playing games. And I also had a little interest so I started it. </i></b></h2> <br /></p><hr width= "100%" /></font>
<hr breadth="7%" />
<p><h4><i><ins><b><font color="#0000FF">Thank you!</b></ins></i></h4> <br /></p></font>
</body>
</html>
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
body {
background: url(https://encrypted-tbn0.gstatic.com/images?q=tbn%3AANd9GcTq5lkJuwSAwRsvY_llBoYnLluUBYkntrtSxFV8ymSMSg1exMAN&usqp=CAU);
}
Enter to Rename, Shift+Enter to Preview
js
js
1
2
prompt("Your name")
confirm("Hello! I am just a noob. Plz tell me how it is I will be glad.")
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run