Color..... Performance...

  • Thread starter Thread starter Nish
  • Start date Start date
N

Nish

By adding color to the web page will effect the performance of the webpage
compared to leave it as blank?
I am using .NetFrame work 1.1.
Thanks,
Nish
 
there should not be any difference in the performance.
since bgcolor is a html attribute its taken care of by the browser.
but if you are writing some complex code which emits the html needed to
display colors then it might but its only dependent on the server code that
you are writing to emit the HTML.
HTH
srini
 
Back
Top