Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css selector attribute contain

/* <a> elements with an href containing "example" */
a[href*="example"] {
  font-size: 2em;
}
Source by developer.mozilla.org #
 
PREVIOUS NEXT
Tagged: #css #selector #attribute
ADD COMMENT
Topic
Name
6+5 =