font-size
property is used to specify how large the text is in
## Instructions
font-size
of the h1
tag to 68px.font-size
of the h2
tag to 52px.font-size
of the h3
tag to 40px.font-size
of the h4
tag to 32px.font-size
of the h5
tag to 21px.font-size
of the h6
tag to 14px.In the style
tags, set the font-size
of the:
h1
tag to 68px.h2
tag to 52px.h3
tag to 40px.h4
tag to 32px.h5
tag to 21px.h6
tag to 14px.