Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- RGB
- Checked 의사 클래스
- iframe
- height속성
- 일반 형제 결합자
- not 의사클래스
- padding 속성
- width속성
- 인접 형제 결합자
- br 태그
- id 선택자
- 임베디드
- reveal in file explorer
- 아두이노
- background-color 속성
- sup태그
- go live
- focus 의사클래스
- 전체 선택자
- Live Server
- html
- 자식결합자
- RGBA
- i 태그
- iframe 태그
- html tag i
- css
- html 태그
- sub태그
- tag html
Archives
- Today
- Total
so woon!
[속성] onclick 속성 본문
학습일 : 2022. 09. 05
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<title>on click속성</title>
</head>
<body>
<input type="button" value="클릭!" onclick="alert('클릭했구나')">
</body>
</html>
============실행결과============
'HTML > 개념정리' 카테고리의 다른 글
[속성] style 속성 (0) | 2022.09.07 |
---|---|
[속성] hidden 속성 (0) | 2022.09.07 |
tag (Style) (0) | 2022.09.05 |
HTML 공통 속성(Attribute) (0) | 2022.09.05 |
tag (table, caption, thead, tbody, tfoot, tr, th, td) (0) | 2022.08.27 |
Comments