티스토리 뷰
p.6
DOM
Document Object Model
트리형식으로 표현하는 것
content까지 노드가 된다
p.8
document, methods, property
document.getElementById("demo").innerHTML="Hello World";
document, methods, property
시작할때 document.으로 시작한다
중요
시험은 소스코드를 주고
결과화면이 어떻게나올지 적어보세요 라고 나온다
getElementByID -> return only one element
getElementByTagName -> return several elements
p.14
return an HTMLCollection object
HTMLCollection object is an array-like list(collection) of HTML elements
length사용가능
However HTMLCollection is not array
because you cannot use array methods like Valueof(), pop(), push()
p.15
querySelectorAll
css selector로 접근
id,name,class universal, attribute, pseudo-class ...
p.16
querySelectorAll() method returns a NodeList
NodeList object is an array-like list(collection) of HTML elements
HTMLCollection vs NodeList
비슷한데 차이가 있다
htmlcollection is a collection of documents elements
can be accessed by name,id,index number
nodelist is a collection of document nodes
can be accessed only by index number
p.18
innerHTML은 contents다
how to access body?
document.body
p.19
innerHTML
access contents of HTML element
p.22
document.getElementById(id).attribute=new value;
p.23
document.getElementById(id).value=new value;
p.33
document.createTextNode("Water");
p.39 시험에나오면안될거같아요
p.40
event name, content of event
'개념 > 웹' 카테고리의 다른 글
OAuth 개념 (0) | 2023.01.04 |
---|---|
Node.js (0) | 2022.05.27 |
javscript 함수 매개변수 (0) | 2022.04.18 |
오픈소스웹소프트웨어 Basics of JavaScript (0) | 2022.04.15 |
오픈소스웹소프트웨어 CSS Box Model and Layout (0) | 2022.04.08 |
- Total
- Today
- Yesterday
- oauth2.0
- Android Studio
- infcon 2024
- html #웹 #웹사이트 #플레이리스트
- bfs
- 우분투
- authorization code
- html
- SQL
- 데이터3법
- 로스트아크 캐릭터
- javascript
- git commit 수정
- 오픈소스
- git
- 인프콘2024
- authorization_code
- kloa
- oauth
- 프로그래머스
- 리눅스
- DDL
- DML
- CSS
- 2024인프콘
- 데이터베이스
- SpringBoot
- 데이터 3법
- 클로아
- git 예전 커밋 수정
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |