HTML Developer Question:
Download Questions PDF

Tell me what happens if you open the external CSS file in a browser?

HTML Developer Interview Question
HTML Developer Interview Question

Answer:

If you try to open the external CSS file in a browser, the browser cannot open the file, because the file has a different extension. The only way to use an external CSS file is to reference it using <link/> tag within another html document.

Download HTML Developer Interview Questions And Answers PDF

Previous QuestionNext Question
Tell us what are two types of Web Storage in HTML5?Tell me can you change the color of bullets?