Skip to main content
Viz
luma
Code Cinema
JavaScript
DOM Manipulation
Select an element. Watch the live page update as you type.
c
o
n
s
t
e
l
=
d
o
c
u
m
e
n
t
.
q
u
e
r
y
S
e
l
e
c
t
o
r
(
"
#
b
o
x
"
)
;
e
l
.
t
e
x
t
C
o
n
t
e
n
t
=
"
H
e
l
l
o
!
"
;
e
l
.
s
t
y
l
e
.
c
o
l
o
r
=
"
g
r
e
e
n
"
;
e
l
.
s
t
y
l
e
.
f
o
n
t
S
i
z
e
=
"
2
4
p
x
"
;
Click here and start typing...
DOM — live webpage preview
Type the first line to select the element...