Welcome to CODEBOX! (Copy 3886)
✨ CHANAPON CHUENCHUWIT
<html> <head> <title>Let's Start </title> <style> </style> </head> <body> <h1> test </h1> <script> console.log("Hello") var name = "kong" console.log(name+"Hello") </script> </body> </html>