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

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

"layout-grid-line" Example

   <source lang="html4strict">
   

<html> <body>

This is only a sample text.


This is only a sample text.

<button onclick="myP.style.layoutGridLine="40px""> Set layoutGridLine to 40px </button> </body> </html>


     </source>