Attribute Not Equal Selector [name!="value"][attribute!='value']1.0An attribute name.An attribute value. Can be either a valid identifier or a quoted string.Select elements that either don't have the specified attribute, or do have the specified attribute but not with a certain value.
This selector is equivalent to :not([attr='value']).
Finds all inputs that don't have the name 'newsletter' and appends text to the span next to it.; not newsletter" );
]]>name is newsletter