Hyper Text Markup Language (HTML) Question:
Download Questions PDF

The colors on my page look different when viewed on a Mac and a PC.

HTML Interview Question
HTML Interview Question

Answer:

The Mac and the PC use slighly different color palettes. There is a 216 "browser safe" color palette that both platforms support; the Microsoft color picker page has some good information and links to other resources about this. In addition, the two platforms use different gamma (brightness) values, so a graphic that looks fine on the Mac may look too dark on the PC. The only way to address this problem is to tweak the brightness of your image so that it looks acceptable on both platforms.

Download HTML Interview Questions And Answers PDF

Previous QuestionNext Question
I am trying to include a HTML document in another document...Is there a way to do this?My page looks good on one browser, but not on another.