Font Property Lab

Easy
322
4
87.3% Acceptance

In this lab, you have to change font properties of the paragraph tag with id 'text'. Your task is to change the font-family, font-size, font-weight, and font-style of the text inside the paragraph tag.

font-family: Apply a font-family of 'Arial', 'Helvetica', 'Sans-serif'
font-size: Set a font-size of 20px
font-weight: Set the font-weight to bold
font-style: Apply a font-style of italic

These tasks will introduce you to changing properties related to a text's font using CSS.