'layout-grid-type' Example : layout grid type : CSS Attributes and Javascript Style Properties HTML CSS TUTORIALS


HTML CSS TUTORIALS » CSS Attributes and Javascript Style Properties » layout grid type »

 

'layout-grid-type' Example



    
<html>
<body>
<div style="layout-grid-type:strict">
This is only a sample text.
</div>
<br>

<span id="myP">This is only a sample text.</span>

<button onclick="myP.style.layoutGridType='fixed'">
Set layoutGridType to fixed
</button>

</body>
</html>

    
      
      



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo CSS Attributes and Javascript Style Properties
» layout grid type