Answers for "how to select an element with no attribute in css"

CSS
1

css selector no attribute

input:not([type]) {
   /* style here */
}
Posted by: Guest on January-21-2020

Code answers related to "how to select an element with no attribute in css"

Browse Popular Code Answers by Language