My knowledge of CSS includes targeting elements based on attribute values, such as:
input[type="text"] {}
I am curious if it is possible to create a rule that targets elements that do not have a specific attribute. For instance, can I target elements without an href or elements without a specified type?