RUN HTML, CSS AND JAVASCRIPT CODE

Editor Kode dengan Ace Editor
<!DOCTYPE html> <html> <head> <style> body { font-family: Arial; text-align: center; } h1 { color: red; } </style> </head> <body> <h1>Hello, Programmer!</h1> <script> console.log("Script Running!"); </script> </body> </html>

Output:

Post a Comment

0 Comments