News

BR><BR>First, what's the difference (advantages?) of using CSS id vs CSS class (#content vs .content for instance...).<BR><BR>The second question is if CSS id is the preferred way to do things ...
A class can be used more the once. You're not supposed to give multiple elements the same ID.