'layout-grid-char' Example : layout grid char « CSS Attributes and Javascript Style Properties « HTML CSS Reference






'layout-grid-char' Example

    
<html>
<body>
<p id=myP>This is only a sample text.</p>

<button onclick="myP.style.layoutGridChar='30px'">
Set layoutGridChar to 30px</button>


<button onclick="myP.style.layoutGridChar='auto'">
Set layoutGridChar to auto</button>

</body>
</html>

    
      
      








Related examples in the same category

1.'layout-grid-char' Syntax and Note
2.'layout-grid-char' Possible Values
3.'layout-grid-char' is applied to