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 the use of header() function in PHP? What the Limitation of HEADER()?
How do you remove duplicates from an array?
How can we change the maximum size of the files to be uploaded?
What are new features in php 7?
Tell me what's the difference between include and require?
What is the use of nl2br() in php?
Explain me what is the importance of "method" attribute in a html form?
What is the ioncube php loader?
Explain about the connective abilities of the PHP?
What are the advantages of stored procedures in php?
How to include a file code in different files in php?
How to read one character from a file?
What is variable declaration?
What is the functionality of the functions strstr() and stristr()?
Give the case where we can use get and we can use post methods?