Attribute Not Equal Selector [name!="value"] [attribute!='value'] 1.0 An attribute name. An attribute value. Can be either an unquoted single word 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
no name
name is accept
]]>