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

25th Jul 2016, 5:14 PM
Vinayak Gaud
2 Respuestas
+ 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
31st Jul 2016, 11:11 AM
anubhav chanda
anubhav chanda - avatar
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)
25th Jul 2016, 5:46 PM
Kamil
Kamil - avatar