HTML Editor
<!DOCTYPE html> <html lang="en-US"> <body> <script nomodule> document.write("Your browser do not support ES2015 modules"); </script> <script> document.write("Your browser is up-to-date"); </script> </body> </html>
OUTPUT
×

Save as Private