<!DOCUTYPE html>
<html lang="ko">
<head>
<meta chaeset="utf-8">
<title>내부 스타일 시트</title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<img src="images/sydney.png" alt="시드니 오페라 하우스">
<h1>세계 3대 미항</h1>
<ul>
<li>시드니(Sydney), 호주</li>
<li>리우데자네이루(Rio de Janerio), 브라질</li>
<li>나플리(Naples), 이탈리아</li>
</ul>
</body>
</html>
HTML
댓글