Skip to content
This repository has been archived by the owner on Jun 22, 2020. It is now read-only.

Latest commit

 

History

History
17 lines (11 loc) · 274 Bytes

notes.md

File metadata and controls

17 lines (11 loc) · 274 Bytes

Week 06 Day 1

Topics

  • dom manipulation

Add to DOM

  • inject a text node
  • inject a html element
  • inject html in strings

Properties of Elements

  • text content - inject plain text
  • inner text - same as text content (new ver)
  • inner html - enter html itself