본문 바로가기
JAVA/HTML

[HTML] 문법 정리8 font-family,font-size, 이용약관

by java나유 2022. 7. 10.
  • style:속성
  • background-color:배경색
  • color:폰트색상
  • font-size:폰트크기
  • font-family:폰트
  • 모바일 font-size(14px) font-size(12px)

HTML 2일차 HTML 3.0 기본태그+CSS 1.0 홍길동



※이용약관 ※이용약관에 동의하셔야 가입이 진행됩니다.
<html lang="ko">

<head>


<meta charset ="UTF-8">
<title>HTML 2일차 HTML 3.0 기본태그+CSS 1.0</title>

</head>
<body>
<!-- 
style속성: background-color (배경색), color(폰트색상),
font-size(폰트크기), font-family(폰트)
모바일 font-size(14px)
pc font-size(12px)
※모든 태그에 해당 소것ㅇ이 적용 되는 것은 아닙니다!
 ex) checkbox색상 변경은 못함 -->

<input type="text" style="width:250px; height:30px; background-color:skyblue; color:blue;">
<input type="button" value="로그인" style="width:250px; height:30px; background-color:green;color:white;">
<font style="font-size:12px; font-family:DungGeunMo;">홍길동</font>
<input type="checkbox" style="width:100px; height:100px;">
<br><br>
<table border="1" width="500" height="400">
<tr>
<td width="100"></td>
<td>

<table align="center" border="1" width="300" height="300">
<tr>
<td></td>
<td></td>
<td></td>
</tr>
</td>
</tr>

</table>
</table>


<br><br>

<table border="0" cellpadding="0" cellspacing="0" width="800" heigth="400">
<tr height="40">
<td>※이용약관</tb>
<td align="right">※이용약관에 동의하셔야 가입이 진행됩니다.</td>
</tr>

<tr>
<td colspan="2">
<textarea cols="120" rows="20"></textarea>
</td>
</tr>
</table>


</body>
</html>
728x90

댓글