Answer Posted / vipin gurjar
we can use css by using many methods it depends that u want
to user external style sheet or internal.
For external style sheet user simple syntax in head tag
<link type="text/css" href="file.css" style="stylesheet">
and internal style sheet is also 3 types but u can write
code by using and ending these tags
<style>
::code
</style>
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Is c similar to php?
What are php filters?
What is singleton class in php?
When to use single quotes, double quotes, and backticks?
What is difference between include,require,include_once and require_once()?
What is difference between base_url and site_url?
What does mvc stand for and what does each component do?
What are php parameters?
Is uploaded file php?
Is php a web server?
/temp is a type of filesystem directory. State Whether True or False?
How can you retrieve a cookie value?
How to remove an empty directory?
How to get useful error messages in php?
What are the common uses of php?