====== CSS [attribute*=value] Selector ======
  
  
  The first div element.
  The second div element.
  The third div element.
  This is some text in a paragraph.
  
{{:wiki:css:css_note:attributevalueselector01.png? 400|}}
=====Definition and Usage=====
%%[attribute*= value]%% 셀렉터는 지정된 값을 포함하는 속성을 가진 모든 요소와 일치합니다.\\
=====CSS Syntax=====
attribute *= value{
   css declarations;
}
=====More Examples=====
====Example====
"test"라는 클래스 속성 값을 가진 모든 요소들에 대해 배경색을 설정합니다.\\
  
  
  The first div element.
  The second div element.
  The third div element.
  This is some text in a paragraph.
  
{{:wiki:css:css_note:attributevalueselector02.png? 400|}}
{{tag>오션, CSS [attribute*=value] Selector,}}