티스토리 뷰

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

 

 

댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
«   2024/05   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
글 보관함