Stylesheet Rules
Over many years I used a set pattern in css stylesheets:
body
{ information }
I placed html stylesheet information normally placed in the <head> section in my stylesheet and it appears to work well and will save load time and space on a web site.
Does anyone see a problem with coding a stylesheet in this manner? It does validate with CSE Validator 8.3.
/* head */
{ information }
body
{ information }
also:
Is anyone aware that using id (#) and class (.) attributes don't always render the same outcome?
Thanks in advance for your response,
Bob
body
{ information }
I placed html stylesheet information normally placed in the <head> section in my stylesheet and it appears to work well and will save load time and space on a web site.
Does anyone see a problem with coding a stylesheet in this manner? It does validate with CSE Validator 8.3.
/* head */
{ information }
body
{ information }
also:
Is anyone aware that using id (#) and class (.) attributes don't always render the same outcome?
Thanks in advance for your response,
Bob