2024-10-10

<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<h3>웹 표준 이전의 예</h3>
<p>
이제 <font size="5" color="red">웹 표준</font>의 역할은
아주 <font size="5" color="blue">중요</font>합니다.
</p>
</body>
</html>
