<html>

<head>

<title>글자 크기를 바꾸어 봅시다!</title>

</head>

<body>

<h2 align="center">기본 글자 크기에서 글자 크기 변형하기</h2>

<p align="center">

<font size="+3">size 특성에 +3을 지정한 글자 크기</font><br>

<font size="6">size 특성에 6을 지정한 글자 크기</font><br>

<font size="-3">size 특성에 -3을 지정한 글자 크기</font><br>

<font size="1">size 특성에 1을 지정한 글자 크기</font>

</p>

</body>

</html>


Posted by 멜데스