How to include CSS in the web page?



How to include CSS in the web page?..

Answer / hrpynux@gmail.com

With an external file that you link to in your web page: ...
By creating a CSS block in the web page itself; typically inserted at the top of the web page in between the <head> and </head> tags: ...
By inserting the CSS code right on the tag itself:

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More CSS Cascading Style Sheets Interview Questions

How does inheritance work in css?

0 Answers  


What are child selectors in css?

0 Answers  


How to use word wrap?

0 Answers  


What is css transform-origin property?

0 Answers  


How to select all paragraph elements whose lang attribute has a value of exactly "fr"?

0 Answers  






Can you write css3 code to arrange text in multi columns?

0 Answers  


Explain the term responsive web design.

0 Answers  


What does div stands for?

0 Answers  


How many levels of style sheets are there?

0 Answers  


What are the disadvantages of external style sheets?

0 Answers  


What does cascade and cascading order defines?

0 Answers  


What is background color in css?

0 Answers  


Categories