About
Explore
Events & Classes
Support Us
Join
Sign In
Ashley Piper
View Project Page
Run
Fullscreen
First project! Yay!!!
HTML
CSS
JS
<!DOCTYPE HTML> <html> <head> <title>Page Title</title> <meta charset="utf-8"> <meta name="author" content="Ashley Piper"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> </head> <body> <h1>Hello World!</h1> <p>This is my first ever project on JUSTCodaborate!!!</p> <p>I've learnt a lot of HTML, CSS and JS, so now I'm ready to start creating projects on the platform!</p> <h1>Any ideas?</h1> </body> </html>
body { background-color: orange; font-family: Arial; color: red; }