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