html
html
1
2
3
4
5
6
7
8
9
10
11
12
<!--created by Ranjan Bagri-->
<!DOCTYPE html>
<html>
<head>
<title>Question of the Day</title>
</head>
<body>
<h1>Question of the Day</h1>
<img alt="" src="http://imgur.com/N9JR3qp.gif"/>
<h2>WHY??</h2>
</body>
</html>
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
4
5
6
7
8
9
10
11
body{
background-color: #000000;
}
img{
height:300px;
width:100%;
}
h1,h2{
color: #ffffff;
text-align:center;
}
Enter to Rename, Shift+Enter to Preview
js
js
1
alert(" pls suggest questions for next Question of the day")
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run