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
How to generate a form?
What is the correct line to use within the php.ini file, to specify that 128mb would be the maximum amount of memory that a script may use?
How is the comparison of objects done in php?
Explain me what is the difference between explode() and split() functions?
How is it possible to parse a configuration file?
Is it possible to extend the execution time of a php script?
Tell me what sized websites have you worked on in the past?
How to split a string into array using php?
What is the mysql injection?
List some sorting functions in php?
How many functions are there in php?
How do we get the current session id?
Can you define an argument as a reference type?
Explain what is the difference between $var and $$var?
How to get ip address of a server in php?