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

[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 - optimum 속성 - 최적 게이지값 지정 (= optimum속성 = 옵티멈속성) ※ 미터태그 …
attribute HTML - pattern 속성 - 유효한 입력값인지 정규표현식 패턴 검사 (= pattern속성 = 패턴속…
attribute HTML - placeholder 속성 - 입력값 '샘플/힌트/예시' 제공 (= placeholder속성 =…
attribute HTML - poster 속성 - 비디오태그용 포스터 지정 (= poster속성 = 포스터속성)
attribute HTML - preload 속성 - 페이지 로드 시, (오디오/비디오) 미디어파일을 로드할지 여부와 방법을 …
attribute HTML - readonly 속성 - 읽기전용 설정 (= readonly속성 = 리드온리속성) ※ (읽기만 …
attribute HTML - rel 속성 ★ - 링크문서가 현재문서와 어떤 관계인지 지정 (= rel속성 = 릴속성/렐속성)
attribute HTML - required 속성 ★ - 폼데이터 제출 전 (입력필수/선택필수) 지정 (= required속…
attribute HTML - reversed 속성 - 순서있는 리스트 스타일 타입을 역순(=내림차순)으로 표시 (= reve…
attribute HTML - rows 속성 - <textarea> 가로행수(=가로줄수=가시높이) 지정 (= rows속성 = …
attribute HTML - rowspan 속성 ★ - 테이블셀 가로행 병항 (= 가로줄 병합 = rowspan속성 = 로우…
attribute HTML - sandbox 속성 ★ - iframe태그에 삽입된 웹페이지에 제한 걸거나 특정 기능 허용 지정…
attribute HTML - scope 속성 - <th> (테이블헤더셀)의 범위 지정 (= scope속성 = 스코우프속성/스…
attribute HTML - selected 속성 ★ - 실렉트태그 기본 선택 옵션 지정 (= selected속성 = 실렉티…
attribute HTML - shape 속성 - 이미지맵 링크영역 모양 지정 (= shape속성 = 쉐이프속성) ※ 에어리어…
attribute HTML - size 속성 ★ - (INPUT 입력창크기 / SELECT 기본노출옵션개수) 지정 (= siz…
attribute HTML - sizes 속성 - 해상도별 이미지나 아이콘, 미디어(오디오/비디오) 등의 크기 지정 (= si…
attribute HTML - span 속성 ★ - 테이블 (열/열그룹) 병합 개수 지정 (= span속성 = 스팬속성) ※ …
attribute HTML - spellcheck 속성 - 맞춤법 검사 (= 철자 검사 = spellcheck속성 = 스펠체크…
attribute HTML - src 속성 ★ - 외부 리소스 URL주소 지정 (= src속성 = 에스알시속성/에스알씨속성/소…
15/18
목록
찾아주셔서 감사합니다. Since 2012