Take our HTML quiz to test your knowledge of this basic programming language, it only takes a few moments to complete the test. Good luck!
1. What is the opening HTML tag? <html> <html/> </html>
2. What is the closing body tag? <body\> <body> </body>
3. How do you write the closing head tag? <head/> <head> </head>
4. How do you make a horizontal rule? </ hr> <hr \ > <hr />
5. What ends a text strike through? <strike\> </strike> <strike>