Hi. I need some clarifications regarding the naming conventions of id's and classes in html pages | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Hi. I need some clarifications regarding the naming conventions of id's and classes in html pages

I have html page there I am using some css classes what could be the best way of naming conventions for the classes. Can we directly styles in html page itself instead of style sheet will it be a good practice

17th Jan 2018, 6:09 PM
Bhavani Sankar
Bhavani Sankar - avatar
2 Answers
+ 1
thank u
17th Jan 2018, 7:44 PM
Bhavani Sankar
Bhavani Sankar - avatar
0
I'm not a web developer, but I would say keep them short but descriptive. Use things like menu_foo, menu_bar to indicate if something is used in particular sections. You can style directly in html, but you generally shouldnt. The new standard is for all styling to be handled by CSS and all content to be in HTML
17th Jan 2018, 7:33 PM
Dan Walker
Dan Walker - avatar