1.

Which is correct code for import external CSS in the web page?a) b) c) d) None of the above​

Answer»

CORRECT Question:-

  • What is the correct code for importing external CSS into web page?

Answer:-

The correct Code for importing external CSS into Web page is,

Option a is the correct answer for this question.

Learn more:

  1. CSS STANDS for Cascading Style Sheets.
  2. It is a language which is used to style an HTML DOCUMENT. It tells/describes how HTML elements should be displayed on the web browser.
  3. The CSS codes for a HTML document can be written DIRECTLY with the code or can be written in external file that can be embedded using tag.
  4. CSS saves a lot of work. For example, if you want same layout for multiple web pages, you can write them in a single file and then embed it to all the web pages using tag.
  5. External stylesheet are stored in CSS files with extension .css


Discussion

No Comment Found