Experts on building html/css framework for a programmers code?

SolarMx6

New member
I've designed a search page that will house a programmer's code. Basically the html framework with accompanying css formatting. The search has a filter feature, 4 buttons that allow the user to filter returned search results. In terms of naming conventions and setup across the html and css, what's the best way to go about id/classing those <ul> list items? Each result is alphabetized and sectioned off by letter, and the 4 filter options are specific to the 4 article types. Each letter section needs to be formatted the same, but I need other styles to apply to the type of entries within those letter sections(dependent on which of the 4 an entry might be).
 
Back
Top