[HTML] Font를 이용한 글자크기

정은아·2022년 9월 13일
0
<!DOCTYPE html>
<html lang="en">
 <head>
  <meta charset="UTF-8">
  <title>My Title</title>
 </head>
 <body>
  <FONT> Font 글자 사이즈</Font><br>
  <FONT SIZE ="1"> Font 글자 사이즈</Font><br>
  <FONT SIZE ="2"> Font 글자 사이즈</Font><br>
  <FONT SIZE ="3"> Font 글자 사이즈</Font><br>
  <FONT SIZE ="4"> Font 글자 사이즈</Font><br>
  <FONT SIZE ="5"> Font 글자 사이즈</Font><br>
  <FONT SIZE ="6"> Font 글자 사이즈</Font><br>
  <FONT SIZE ="7"> Font 글자 사이즈</Font><br>
  <FONT>Font 글자 크기</FONT><br>
  <FONT SIZE ="+2"> Font 글자 사이즈</Font><br>
  <FONT SIZE ="+1"> Font 글자 사이즈</Font><br>
  <FONT SIZE ="-1"> Font 글자 사이즈</Font><br>
  <FONT SIZE ="-2"> Font 글자 사이즈</Font><br>
 </body>
</html>

profile
꾸준함의 가치를 믿는 개발자

0개의 댓글