반응형
<!doctype html>
<html lang="ko">
<head>
<meta charset="utf-8">
<title>내부 스타일시트</title>
<link href="style.css" rel="stylesheat" type="text/css">
<style>
ul {
color:blue;
list-style-type:square;
} //이부분 css파일로 따로 저장 해야함
</style>
</head>
<body>
<img src="image/s.png" alt="시드니 오페라 하우스">
<h1>세계 3대 미항</h1>
<ul>
<li>시드니(Sydney), 호주</li>
<li>리자데자네이루(Rio de Janeiro), 브라질</li>
<li>나폴리(Naples), 이탈리아</li>
</ul>
</body>
</html>
반응형
'2019~2020 > 웹 프로그래밍 (PHP)' 카테고리의 다른 글
웹 폰트 사용하기 (0) | 2019.08.25 |
---|---|
Transform (0) | 2019.08.25 |
구구단 다 출력하기 (0) | 2019.08.25 |
구구단 (0) | 2019.08.25 |
if (0) | 2019.08.25 |