0
id and class in css not working while am programming ?
i am codeing in note pad only .. should i use any other softwares to develop a website using css and html
3 Answers
+ 1
remember that you cant use multiple times the same id
#test{/* this is an id selector*/}
.test{/* this is a class selector */}
0
yes
but classes can use multiple times right..?
0
you try notepad++