• 회원가입
  • 로그인
  • 구글아이디로 로그인

[attribute] HTML - alt 속성 ★ - 이미지 표시 불가일 때 이미지 대신 보여줄 대체 텍스트 (= alt속성 = 올트속성) ※ (에어리어/이미지/인풋) 올트 속성

목차
  1. alt 예제 - <area> 태그 경우
  2. alt 정의
  3. alt 구문
  4. alt 예제 - <img> 경우
  5. alt 예제 - <input type="image"> 경우

 

alt 예제 - <area> 태그 경우


<img src="https://i.imgur.com/NUjTqSd.gif" width="389" height="26" border="0" usemap="#Search_Engine">

<map name="Search_Engine">

    <area shape="rect" coords="4,3,68,21" href="http://naver.com" target="_blank" onFocus="blur()" alt="Naver">

    <area shape="rect" coords="78,4,119,20" href="http://daum.net" target="_blank" onFocus="blur()" alt="Daum">

    <area shape="rect" coords="128,5,193,19" href="http://www.paran.com" target="_blank" onFocus="blur()" alt="Paran">

    <area shape="rect" coords="204,3,259,20" href="http://nate.com" target="_blank" onFocus="blur()" alt="Nate">

    <area shape="rect" coords="269,2,323,20" href="http://www.google.co.kr/" target="_blank" onFocus="blur()" alt="Google">

    <area shape="rect" coords="331,4,385,18" href="http://kr.yahoo.com/" target="_blank" onFocus="blur()" alt="Yahoo">

</map>

 

결과보기 

 

alt 정의

 

이미지 표시 불가일 때, 이미지 대신 보여줄 대체 텍스트.

 


 

1. alt 속성 사용 가능 태그 종류

<area>, <img><input type="image">

 

2.

(웹표준/웹접근성) 위해 alt 속성은 꼭 사용.

 

3.

모든 브라우저 지원.

 

 

alt 구문

 

  • <area alt="text">
  • <img alt="text">
  • <input type="image" alt="text">

 


[속성값]

 

text

해당 area 영역이나 이미지가 표시 안 될 때 보여줄 대체 텍스트 지정.

 

 

alt 예제 - <img> 경우

 

<img src="https://i.imgur.com/PQNhCln.gif" alt="양파맨 (협박)">

 

결과보기

 

alt 예제 - <input type="image"> 경우

 

<form action="/action_page.php">

  <label for="name">이름:</label>

  <input type="text" id="name" name="name">

  <input type="image" src="https://i.imgur.com/PQNhCln.gif" alt="확인" width="56" height="56">

</form>

 

결과값



분류 제목
attribute HTML - srcdoc 속성 - 아이프레임(iframe) src 속성 내용 대체할 태그내용 지정 (= sr…
attribute HTML - srclang 속성 - 트랙태그 소스의 언어코드 지정 (= srclang속성 = 에스알시랭속성/…
attribute HTML - srcset 속성 - 다른 환경에서 적용할 이미지소스 지정 (= srcset속성 = 에스알시셋속…
attribute HTML - start 속성 - 순서있는 리스트 시작값 설정 (= start속성 = 스타트속성) ※ 오엘태그…
attribute HTML - step 속성 - 입력 가능 숫자 간격 설정 (= step속성 = 스텝속성) ※ 입력 가능 배수…
attribute HTML - style 속성 ★ - 인라인 스타일 지정 (= style속성 = 스타일속성)
attribute HTML - tabindex 속성 - 탭색인번호 지정 (= tabindex속성 = 탭인덱스속성) ※ 탭넵비게…
attribute HTML - target 속성 ★ - (링크된 문서 열 곳 / 폼 제출할 곳) 지정 (= target속성 =…
attribute HTML - title 속성 ★ - 요소애 대한 추가 정보 지정 (= title속성 = 타이틀속성)
attribute HTML - translate 속성 - 요소 내용 번역 허용 여부 지정 (= translate속성 = 트랜슬…
attribute HTML - type 속성 ★★★ - 요소 타입 지정 (= type속성 = 타입속성)
attribute HTML - usemap 속성 - 이미지를 이미지맵으로 지정 (= usemap속성 = 유즈맵속성|유스맵속성)
attribute HTML - value 속성 ★★★ - 요소값 지정 (= value속성 = 밸류속성) ※ 초기값/기본값/현재…
attribute HTML - width 속성 - 너비 지정 (= width속성 = 위드스속성) ※ 가로길이 설정
attribute HTML - wrap 속성 - FORM 제출 시, TEXTAREA 텍스트 감싸기 (= wrap속성 = 랩속성…
etc HTML - 일정시간 후 페이지 이동/납치
deprecated HTML - <marquee> 태그 - 요소 내용 자동 스크롤 이동 영역 지정 (= marquee태그 = 마…
attribute HTML - rev 속성 - (HTML5 지원 X) 현재 웹문서가 타웹문서와 어떤 관계인지 지정 (= re…
image HTML - <picture> 태그 - 해상도 크기에 따라 다른 이미지 표시 지정 (= picture태그 =…
attribute HTML - formtarget 속성 - 폼데이터 전달할 폼 지정 (= formtarget속성 = 폼타겟속성…
16/18
목록
찾아주셔서 감사합니다. Since 2012