HTML Developer Question:

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

Tweet Share WhatsApp

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 PDF Read All 75 HTML Developer Questions
Previous QuestionNext Question
Tell us what are two types of Web Storage in HTML5?Tell me can you change the color of bullets?