cssimportant
by rootjang
HTML
<!DOCTYPE html>
<html lang="ko-KR">
<head>
<meta charset="UTF-8">
<title>important</title>
<style>
p
</style>
</head>
<body>
<h1>세계 3대 미항</h1>
<p>시드니</p>
<p>리우데자네이루</p>
<p>나폴리</p>
</body>
</html>
by rootjang
<!DOCTYPE html>
<html lang="ko-KR">
<head>
<meta charset="UTF-8">
<title>important</title>
<style>
p
</style>
</head>
<body>
<h1>세계 3대 미항</h1>
<p>시드니</p>
<p>리우데자네이루</p>
<p>나폴리</p>
</body>
</html>