a#add will select a tag with id as add
a #add will select elements inside the a tag that having id add.
Take a look at this page https://stackoverflow.com/tags/css/info
2
solved difference between CSS selectors [closed]
a#add will select a tag with id as add
a #add will select elements inside the a tag that having id add.
Take a look at this page https://stackoverflow.com/tags/css/info
2
solved difference between CSS selectors [closed]