Question in CSS
Web Development
3
Posts
3
Posters
0
Views
1
Watching
-
is there a differnece between these styles ? 1- body { bla... bla } html body { bla... bla }
Why on earth did you create a new thread for that question? Yes, there is a difference between those styles. The first applies to any body tag, while the second only applies to a body tag inside an html tag. However, for a web page the body tag is always inside the html tag, so you will never get into a situation where you will experience the difference.
--- single minded; short sighted; long gone;
-
is there a differnece between these styles ? 1- body { bla... bla } html body { bla... bla }
Duplicated Thread! :mad:
Vasudevan Deepak Kumar Personal Homepage Tech Gossips