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

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

"layout-grid-char" Example

   <source lang="html4strict">
   

<html> <body>

This is only a sample text.

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


     </source>