HTML/CSS/CSS Attributes and Javascript Style Properties/layout grid

Материал из Web эксперт
Перейти к: навигация, поиск

"layout-grid" Example

    
<html>
<body>
<p id=myP>This text is only a sample text.</p>
<button onclick="myP.style.layoutGrid="both fixed 16px 10px"">
   Set layoutGrid to both fixed 16px 10px
</button>
</body>
</html>