Try this exercise. Fill in the missing part by typing it in.
HTML uses tags to define the different elements of a web page. Tags are enclosed in angle brackets (<>) and come in pairs: an opening tag and a closing tag. The content is placed between the opening and closing tags.
In HTML, the '_' element is used to define a paragraph.
Write the missing line below.