হোম Code Sazzad HossainUpokari bhai •এপ্রিল ১৯, ২০২৫ 0 HTML CSS JS <!DOCTYPE html> <html> <head> <title>My Page</title> <style id="live-css"></style> </head> <body> <h1>Hello World!</h1> <p>This is a live preview.</p> <script id="live-js"></script> </body> </html> body { font-family: Arial, sans-serif; line-height: 1.6; margin: 0; padding: 20px; color: #333; } h1 { color: #2c3e50; } document.querySelector('h1').addEventListener('click', function() { this.style.color = '#e74c3c'; }); Desktop Tablet Mobile Refresh Facebook Twitter