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 test if a variable is an array?
What does it mean when it says the csrf token is invalid?
Which is used to maintain the value of a variable over different pages?
Explain me what is the meaning of a persistent cookie?
Explain about looping in PHP?
How many types of session are there?
When is a conditional statement ended with an endif?
Why php 7 is faster?
Why sessions are used in php?
Tell me what library is used for pdf in php?
how retrive the video file in php using video tag
What is a persistence cookie?
What is url encoding and decoding in php?
When to use inquire vs enquire?
Explain Traits in PHP?