html
html
1
2
3
4
5
6
7
8
9
<html>
<body>
<h1>Headline</h1>
<div style="background-color:black; color:white; padding:50px; text-align: center;">
<p>Some paragraph text goes here.</p>
<p>Another paragraph goes here.</p>
</div>
</body>
</html>
Enter to Rename, Shift+Enter to Preview
css
css
1
Enter to Rename, Shift+Enter to Preview
js
js
1
Enter to Rename, Shift+Enter to Preview
BROWSER
Console
Run