Hi! I’m pretty sure that this code has to be correct - however, it does not work. It does not work with closing tag either. Does anyone else has the same problem?
Task: Below the DOCTYPE , add an html element with a lang attribute set to en , so that you have a place to start putting some code.
Cheers!
Your code so far
<!DOCTYPE html>
<html lang="en">
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36
Challenge: Learn HTML Forms by Building a Registration Form - Step 2