+ 1
Which style is best for css, inline, external or internal??
I'm in doubt with this question. So guys suggest me which will be best.
3 Antworten
+ 3
Best will be external and most of people use external only . But if a very short property is going to defined for a element then use inline because making inline style is better then defining class to tag .
+ 2
Md. Jehadi Rahman you can set the external as a general reference... use internal for basic changes to the overall, then inline for specific or targeted areas. Most codes here, on SoloLearn, just simply do more internal and inline
+ 1
external