- style:속성
- background-color:배경색
- color:폰트색상
- font-size:폰트크기
- font-family:폰트
- 모바일 font-size(14px) font-size(12px)
|
※이용약관 | ※이용약관에 동의하셔야 가입이 진행됩니다. |
<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
'JAVA > HTML' 카테고리의 다른 글
[HTML] 문법 정리10 Class(style 사용하기 위한 속성) id(javascript), name(Backed) (0) | 2022.07.10 |
---|---|
[HTML]문법 정리9 ui,li 목차 리스트 태그, oi 숫자 리스트, span 공간오브젝트 strike 취소선 (0) | 2022.07.10 |
[HTML] 문법 정리7 px: style, tabindex (0) | 2022.07.10 |
[HTML]문법 정리6 select~option, textarea, cols, row, form (0) | 2022.07.09 |
[HTML] 문법 정리5 input, type, password, checkbox (0) | 2022.07.09 |
댓글