which tag could we use to close an element? </lu> <body> <html>

which tag could we use to close an element? </lu> <body> <html>
Answer
Brief Explanations:
In HTML, closing tags have a forward - slash (/) before the tag name. The <body> and <html> are opening tags. The </lu> (should be </ul> for unordered list) is a closing tag.
Answer:
</lu>