i am making style sheet for a website. css style name should be related to website or content?
my website is about web development.is that right to use style name-
#web-development-header
.web-development-company-london-content
or should use
#header
.content
is css style name can help for seo?
Go for content related names – those would be easy to maintain. Longer strings mean longer time to load the page. And CSS style names have nothing to do with SEO.