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

If background and color should always be set together, why do they exist as separate properties?

0 Answers  


What is the difference between class selector and id selector in css?

0 Answers  


What are the different ways to position a certain element in css?

0 Answers  


How does the index function?

0 Answers  


What is webkit browser?

0 Answers  






How is the float property implemented in css?

0 Answers  


What is css with example?

0 Answers  


What is margin in css?

0 Answers  


When two vertical margins meet what happens?

0 Answers  


Differentiate between the id and class.

0 Answers  


Can you nest flexbox?

0 Answers  


Do any wysiwyg editor support the creation of style sheets? Any text-based html editor?

0 Answers  


Categories