Html,Css/Html
HTML Title , mouseover , hover 시 설명글 , description
YG - 96년생 , 강아지 있음, 개발자 희망
2021. 12. 25. 22:58
저도 저 기능을 사용하고 싶은데 이름이 기억이 안나서 해멨습니다.
title 전역특성은 요소와 관련된 추가 정보를 제공하는 텍스트를 나타냅니다.
타이틀을 사용한 코드
<Wrapper>
<Copy>© 2021 - Kim Young Gil, All rights reserved.</Copy>
<Icons>
<Icon
href="https://github.com/Gilpop8663"
target="_blank"
title="깃 허브"
>
<i className="fab fa-github"></i>
</Icon>
<Icon
href="https://hell-of-company-builder.tistory.com/"
target="_blank"
title="블로그"
>
<i className="fas fa-feather-alt"></i>
</Icon>
<Icon title="노마드코더" href="https://nomadcoders.co/" target="_blank">
<NomarImg
src="https://nomadcoders.co/m.svg"
alt=""
aria-labelledby="노마드코더"
aria-required="true"
/>
</Icon>
</Icons>
</Wrapper>
타이틀을 여러줄로 표현할수도 있다.
https://developer.mozilla.org/ko/docs/Web/HTML/Global_attributes/title
title - HTML: Hypertext Markup Language | MDN
title 전역 특성은 요소와 관련된 추가 정보를 제공하는 텍스트를 나타냅니다.
developer.mozilla.org