html
html
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body style=background-color:#ff99ff>
<center><h1>Happy Birthday!</h1>
<img src= http://www.hzsfybj.com/wp-content/uploads/2016/10/birthday-cake-for-girls-girls-birthday-cake-recipe-bakingmad-soft-pink-and-purple-color-combination-cake-ideas-for-birthday.jpg width=90% height=90%>
</center>
</body>
</html>
Enter to Rename, Shift+Enter to Preview
css
css
1
2
3
h1 {
color: purple;
}
Enter to Rename, Shift+Enter to Preview
js
js
1
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run