Hello,

1. I was looking at the code of one web-site and noticed the following rule in the CSS file:

html {background: transparent;}

Could someone please explain, what this rule is for?


2. There was also another entry on the html file:

<h2 class="hidden">Site Footer Links </h2>

Was it done for the purpose of better optimizing a web-site?

Many thanks for your help.