반응형
<html>
<head>
<meata charset="utf-8"></meata>
</head>
<body>
<font size="8" color="red">hello</font> world
</body>
</html>
<!-- html에서 font는 쓰지말자! 디자인은 css에서 해야만 통일성이 있다. html은 정보다.-->
그냥 font는 css를 사용해서 만들라는 이야기이다.
반응형