[DOM] DOM 관련 메서드와 이해

mnmm 😎·2020년 9월 23일
0

index.html

<div id="container">
  <h2>Tweet List</h2>
  <div class="tweet">hello</div>
  <div class="tweet">world</div>
  <div class="tweet">code</div>
  <div class="tweet">states</div>
</div>

참고로 마지막 new div는 javascript로 구현한 것!

profile
개발루:)

0개의 댓글