<html>
<body>
<div id="d"></div>
<script>
document.getElementById("d").dynamicProperty = 'sampleValue';
</script>
</body>
</html>