<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<!-- a태그 (anchor)
=> 현재 문서에서 다른 문서로 즉시 접근 가능
=> 필수속성 : 어디로 이동? (href)
-->
<a href="https://guswn100059.tistory.com/" target="_blank">개발블로그로 이동!</a>
<a href="./ex04리스트태그.html">리스트 태그 배우기</a>
</body>
</html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<!-- 이미지 클릭하면 홈페이지 들어가는 방법 -->
<a href="https://guswn100059.tistory.com/" ><img src="./IMG/톰크루즈.webp"
alt="이미지 오류">
</a>
<a href="https://guswn100059.tistory.com/">
<h1>개발블로그로 이동!</h1>
</a>
</body>
</html>
'Web > HTML_CSS' 카테고리의 다른 글
[HTML] form (0) | 2023.03.26 |
---|---|
[HTML] 테이블 (0) | 2023.03.26 |
[HTML] 이미지태그 (0) | 2023.03.23 |
[HTML] 리스트태그 (0) | 2023.03.23 |
[HTML] 글자형태 (0) | 2023.03.23 |
댓글