| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | ||||
| 4 | 5 | 6 | 7 | 8 | 9 | 10 |
| 11 | 12 | 13 | 14 | 15 | 16 | 17 |
| 18 | 19 | 20 | 21 | 22 | 23 | 24 |
| 25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- html object
- #android activity
- mac terminal command
- html id
- html multimedia
- border-box
- #binary
- #성적관리프로그램
- #bubbleSort
- html plug-in
- #CallByAddress
- html charset
- hyperledger transaction
- #C++ 연산자함수오버로딩
- html video
- #1차원배열
- #JAVASCRIPT
- #다차원포인터
- relative path
- html youtube
- html5 new tag
- #C++ has~a
- #2차원배열
- 하이퍼레저패브릭
- docker example
- 토큰경제
- git flow
- #3차원배열
- html code
- #자바상속#자바이즈어#is~a
Archives
- Today
- Total
A sentimental robot
Background color 본문
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32 |
<html>
<title>10.19</title>
<head>
<script language="javascript">
function color(color){
document.bgColor=color;
}
</script>
</head>
<body>
<input type="radio" name="radio" value="yellow" onclick="color(this.value)">노란색
<br>
<input type="radio" name="radio" value="green" onclick="color(this.value)">녹색
<br>
<input type="radio" name="radio" value="blue" onclick="color(this.value)">파란색
<br>
<input type="radio" name="radio" value="red" onclick="color(this.value)">빨간색
</body>
</html>
|
cs |
'Web' 카테고리의 다른 글
| onload (0) | 2018.10.19 |
|---|---|
| getElementsByTagName (0) | 2018.10.19 |
| Javascript Array (0) | 2018.10.19 |
| Calculator ver.2 (0) | 2018.10.18 |
| Javascript ex2 (0) | 2018.10.18 |