CSS filters allow hiding or showing CSS based on browser capabilities. Conditional comments and browser prefixes are techniques used to target specific browsers. Examples target Internet Explorer, Firefox, Chrome/Safari, and Opera using conditional comments, proprietary extensions like -moz, and media queries with the -webkit prefix or negation.