본문 바로가기
웹프로그래밍/HTML5

[HTML5] img

by 폴더맨 2024. 6. 8.
<!Doctype html>
<html>
<head>
<title> 3장 img </title>
</head>
<body>
<a href="http://www.naver.com" target="_blank"><img 
     src="orange.jpg"
     alt="오렌지 이미지가 안 보여?">
</body>
</html>

'웹프로그래밍 > HTML5' 카테고리의 다른 글

[HTML5] audio  (0) 2024.06.08
[HTML5] table / colgroup  (0) 2024.06.08
[HTML5] iframe  (0) 2024.06.08
[HTML5] pre / blockquote  (0) 2024.06.08
[HTML5] dl  (0) 2024.06.08