<!DOCTYPE html> <html> <body> <h1>Test template Support</h1> <script> if (document.createElement("template").content) { document.write("Your browser supports template!"); } else { document.write("Your browser does not supports template!"); } </script> </body> </html>