HOW we can use css

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


Please Help Members By Posting Answers For Below Questions

What is mean by an associative array?

626


How can we submit from without a submit button?

648


Explain me what are the differences between mysql_fetch_array(), mysql_fetch_object(), mysql_fetch_row()?

585


Which function is used in php to delete a file?

640


What is use of htmlspecialchars php?

603






What the use of var_dump()?

669


What is php string function?

611


How to convert a json string to an array in php?

636


How to increase the maximum execution time of a script in php?

617


Can I use php in html?

641


Why is node js better than php?

701


What is the definition of a session?

635


What is a helper function?

626


Why die is used in php?

639


What is session_start () in php?

598