Hello All,
Curious to know If using a one letter ID or class name is considered bad practice. Could it have any issues in older browsers?
Terrible practice. What could <div class="a"> possibly mean to anyone?
<div class="a">
For my purpose it would only be used one time for a "clear" type situation
Still give it relevance to its use.
Ok, Thanks for the help/input guys
While it my be for your purpose only, it leads to bad habits, and then you might find yourself doing it when working in a team. I'd ajust avoid it altogether.
Hello All,
Curious to know If using a one letter ID or class name is considered bad practice. Could it have any issues in older browsers?
Terrible practice. What could
<div class="a">possibly mean to anyone?For my purpose it would only be used one time for a "clear" type situation
Still give it relevance to its use.
Ok, Thanks for the help/input guys
While it my be for your purpose only, it leads to bad habits, and then you might find yourself doing it when working in a team. I'd ajust avoid it altogether.