About
Explore
Events & Classes
Support Us
Join
Sign In
Sabelle_Jones66
View Project Page
Run
Fullscreen
Hello coding
HTML
CSS
JS
<!DOCTYPE HTML> <html> <head> <title>Page Title</title> <meta charset="utf-8"> <meta name="viewport" content="initial-scale=1.0,shrink-to-fit=no,width=device-width"> </head> <body> <h1>Hello coding, welcome to the world!</h1> <p>I like my first public project.</p> </body> </html>
body { background-color: pink; font-family: Arial; font-weight: bolder; }