About
Explore
Events & Classes
Support Us
Join
Sign In
codette
View Project Page
Run
Fullscreen
Hello World || My first public project!!
HTML
CSS
JS
<!-- Your new project - here it is! Create something awesome with the JUSTCodaborate code editor! Created by codette, subject to copyright. --> <!DOCTYPE HTML> <html> <head> <title>Page Title</title> <meta charset="utf-8"> <meta name="author" content="codette"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> </head> <body> <h1>Hello World!</h1> </body> </html>
h1 { font-family: "Consolas"; background-color: green; color: gold; }