====== CSS [attribute*=value] Selector ====== * description : %%CSS%% [attribute*=value] Selector * author : 오션 * email : shlim@repia.com * lastupdate : 2021-07-06 Tue \\ =====The source of this article==== [[https://www.w3schools.com/cssref/sel_attr_contain.asp|CSS [attribute*=value] Selector]]\\ ==== 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: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,}}