I have a css style for html
element, such as:
html {
position: relative;
height: 100%;
min-height: 300px;
}
If it is style for body
or any element within body, I can apply styling directly using style="..."
parameter of such element.
But how can I apply style to html
element directly (inline)?