Finesse IDE </>
HTML
CSS
JavaScript
HTML
.html
<!DOCTYPE html> <html> <head> <title>Hello World, from finesse</title> </head> <body> <h1>Hello, Welcome to Finesse code studio</h1> <p>Start editing to see some magic happen!</p> </body> </html>
CSS
.css
body { font-family: Arial, sans-serif; text-align: center; padding: 50px; background-color: #f0f0f0; } h1 { color: #2c3e50; } p { color: #7f8c8d; font-size: 18px; }
JavaScript
.js
document.addEventListener('DOMContentLoaded', function() { // write your js code here....... });
Preview
Run
Format