Experiments • HTML

Test on LAMBDATEST    Test on LAMBDATEST


<!DOCTYPE html>
<meta name="robots" content="noindex,nofollow">

<html>
<head>
  <title>Experiment: dialog-tag-support | LambdaTest</title>
<style>
body{
  background: #000;
}
.main-div{
  width: 500px;
  margin: 0px auto;
  display: block;
  background: #fff;
  height: 400px;
  margin-top: 40px;
  padding: 30px;
}
table, th, td {
    border: 1px solid black;
}
</style>

<!-- Google Tag Manager -->
<script async src="https://www.googletagmanager.com/gtag/js?id=AW-833407987"></script>
<script>
  window.dataLayer = window.dataLayer || [];

  function gtag() {
    dataLayer.push(arguments);
  }
  gtag('js', new Date());
  gtag('config', 'AW-833407987');
</script>
<!-- Google Tag Manager -->
</head>
<body>
<div class="main-div">
<p><b>Note:</b> The dialog tag is not supported in Edge/Internet Explorer.</p>

<table>
  <tr>
    <th>January <dialog open>This is an open dialog window</dialog></th>
    <th>February</th>
    <th>March</th>
  </tr>
  <tr>
    <td>31</td>
    <td>28</td>
    <td>31</td>
  </tr>
</table>
</div>
</body>
</html>