You are on page 1of 2

HTML

Exercises
How would you modify the HTML below?
If you're stuck you can use the resource
links for hints and/or check your
answers.

Change the size of the image to 350 pixels wide and


500 pixels tall
<
!DO
CTY
PEh
tml
>
<
htm
l>
<
bod
y>

<
imgs
rc=
"th
isi
sfu
n.j
pg"w
idt
h="
104
"he
igh
t="
142
">

<
/bo
dy>
<
/ht
ml>

Change the text color of the paragraph to "black"


<
!DO
CTY
PEh
tml
>
<
htm
l>
<
bod
y>

<
pst
yle
="c
olo
r:r
ed"
>Th
isi
sap
ara
gra
ph.
</p
>

<
/bo
dy>
<
/ht
ml>
Add italics to the word "awesome"
<
!DO
CTY
PEh
tml
>
<
htm
l>
<
bod
y>

<
h1>
Wha
tDo
esU
dem
yDo
?</
h1>

<
p>U
dem
y'sm
iss
ioni
stoo
ffe
raw
eso
mec
our
ses
.</
p>

<
/bo
dy>
<
/ht
ml>

Transform the text below into a link that goes to


https://www.youtube.com/watch?v=-w-58hQ9dLk.com/
<
!DO
CTY
PEh
tml
>
<
htm
l>
<
bod
y>

C
hec
kth
iso
ut.

<
/bo
dy>
<
/ht
ml>

Make "Tokyo" into a heading


<
!DO
CTY
PEh
tml
>
<
htm
l>
<
bod
y>

<
p>T
okyoisJap
an’scapi
talandmix
esth
eultr
amod
ernwit
ht h
e
t
rad
ition
alfro
mn eon
-litsky
scr
aper
s,toh
isto
rictem
ples
,a n
dth
e
o
pul
entMeij
iShintoShrin
e.
<
/p>

<
/bo
dy>
<
/ht
ml>

You might also like