Press spacebar and follow steps to create your own website! If you want to go deeper, type "HTML" and "CSS" in your browser. Good luck :)
Credit for HTML5 icon Code (index.html): <html> <head> <title>Hello, World</title> </head> <body> <h1>Hello World</h1> <p>This is a test page</p> </body> </html>