Get your own website Result Size: 625 x 565
x
 
<!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>
<!-- Mirrored from www.w3schools.com/tags/tryit.asp?filename=tryhtml5_template4 by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 21 Dec 2022 17:33:50 GMT -->
</html>