본문 바로가기
Front-End/HTML

[HTML] font 태그

by 찐코딩 2021. 10. 6.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Insert title here</title>
</head>
<body>

<!-- font 태그 : 글자와 관련된 태그 -->
<font>Font 태그1</font><br>
<font size="1">Font 태그1</font><br>
<font size="2">Font 태그2</font><br>
<font size="3">Font 태그3</font><br>
<font size="4">Font 태그4</font><br>
<font size="5" color="#FF5E00">Font 태그5</font><br>
<font size="6" face="궁서체">Font 태그6</font><br>
<font size="7">Font 태그7</font><br>
<font size="8">Font 태그8</font><br>

</body>
</html>

'Front-End > HTML' 카테고리의 다른 글

[HTML] a링크 태그  (0) 2021.10.06
[HTML] HR태그(선 그리기 태그)  (0) 2021.10.06
[HTML] 태그의 속성  (0) 2021.10.06
[HTML] HTML에서의 특수 문자 처리 방법  (0) 2021.10.06
[HTML] pre(preformatted text) 태그  (0) 2021.10.06

댓글