In HTML, most elements are wrapped inside tags. These tags usually come in pairs: an opening tag to start the element and a closing tag to end it. For example, a paragraph starts with <p> and ends with </p>. Notice that the closing tag looks similar but includes a forward slash (/).
But what exactly are opening and closing tags used for?
Challenge List