일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 하이퍼레저패브릭
- #C++ has~a
- #android activity
- #binary
- border-box
- 토큰경제
- html video
- mac terminal command
- #JAVASCRIPT
- html plug-in
- html charset
- #CallByAddress
- docker example
- #2차원배열
- #C++ 연산자함수오버로딩
- #1차원배열
- git flow
- #다차원포인터
- html id
- html5 new tag
- #성적관리프로그램
- hyperledger transaction
- #3차원배열
- html youtube
- #자바상속#자바이즈어#is~a
- #bubbleSort
- html multimedia
- html object
- relative path
- html code
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 |