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
What is mean by an associative array?
How can we submit from without a submit button?
Explain me what are the differences between mysql_fetch_array(), mysql_fetch_object(), mysql_fetch_row()?
Which function is used in php to delete a file?
What is use of htmlspecialchars php?
What the use of var_dump()?
What is php string function?
How to convert a json string to an array in php?
How to increase the maximum execution time of a script in php?
Can I use php in html?
Why is node js better than php?
What is the definition of a session?
What is a helper function?
Why die is used in php?
What is session_start () in php?