userDefinedProperty.html 130 B

12345678
  1. <html>
  2. <body>
  3. <div id="d"></div>
  4. <script>
  5. document.getElementById("d").dynamicProperty = 'sampleValue';
  6. </script>
  7. </body>
  8. </html>