0
where to write css coding in html?? text
where did i have to write a css coding in head or body file anyone please give me a example
2 Answers
+ 2
css can be insert in 3 ways
1-embeded- it is entered in head
eg <head>
<style>a{color:red;}</style>
2- inline- it is entered in the line with the element p{color:red;}
3-extrnal- in this two file are required i.e .html
.css
the css file contain styling of an element html document had a link of that css file
0
it doesn't matter but normally you do it in the head with <style> something </style>
please check out my post: Apps by Kamil (I can help you there if you need anything else)