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

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

"layout-grid-mode" Example

   <source lang="html4strict">
   

<html> <body> This is only a sample text.
This is only a sample text. <button onclick="myS.style.layoutGridMode="line""> Set layoutGridMode to line </button> </body> </html>


     </source>