요소 변경 요소 css 를 집중시킬 때

코드 예제

1
0

요소 변경 요소 css 를 집중시킬 때

  <input class="inputTag" type="text" value="">

	//The input button must be placed at the top.
	Otherwise the focus will not work .

  <h1 class="h1Tag">Safin</h1>


	.h1Tag {
      background: gray;
    }

    .inputTag:focus+.h1Tag {
      background: blue;
    }



// My youtube:'https://www.youtube.com/HasibulIslambd' 

비슷한 페이지

예제가있는 유사한 페이지

다른 언어로

이 페이지는 다른 언어로되어 있습니다

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
中文
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................