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