헉헉....... 표준호 처음 사용해보는데요

국내에 웹 사이트들이 웹 표준을 지키고 OS나 브라우저와 관계 없이 접근성을 향상 시키기 위한 사이트 버그 신고 및 문제 해결을 위한 게시판입니다.
Post Reply
행복해

헉헉....... 표준호 처음 사용해보는데요

Post by 행복해 »

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>

<head>
<meta http-equiv="content-type" content="text/html; charset=euc-kr">
<title></title>
</head>

<body bgcolor="#EFEBEF" text="black" link="blue" vlink="purple" alink="red">
<table width="680" cellpadding="0" cellspacing="0">
<tr>
<td width="124"><img src="menu/logo.gif" width="140" height="80" border="0"></td>
<td width="640">&nbsp;</td>
</tr>
<tr>
<td width="124">&nbsp;</td>
<td width="640">&nbsp;</td>
</tr>
<tr>
<td width="771" colspan="2">&nbsp;</td>
</tr>
</table>
</body>

</html>


여기서 <img src="menu/logo.gif" width="140" height="80" border="0">
이부분이 이상하다고 나오는데욧.....
어떻게 바꿔야하나요??

표준화에 대한 기초적인 상식같은것좀 알려주세요 ㅠㅠ
hyeonseok
해커
해커
Posts: 691
Joined: 2004 08 11 22:14 59
Contact:

Post by hyeonseok »

img 에는 alt 가 필수 사항입니다.

<img src="menu/logo.gif" width="140" height="80" border="0" alt="(logo.gif 에 대한 설명)" />

logo.gif 에 대한 설명을 넣어 주시면 됩니다.

무슨 로고라든지, aaa.com 의 로고 라든지, 이미지를 볼 수 없는 상황에서도 이미지를 이해 할 수 있는 text 정보를 제공해 주면 됩니다.
Post Reply

Who is online

Users browsing this forum: Bing [Bot] and 2 guests