Why h element doesn't show?

Hi, i’m trying to do the survey form project for the responsive web design certification. Everything was going well until the h element has disappeared from web page. Maybe I did something wrong but I don’t know how to solve this problem.

You didn’t close the <select> element.


I would suggest switching the Syntax Highlighting on Codepen. It will help catch syntax errors.

Go to your Codepen profile settings. Under “Editor Preferences” switch the Syntax Highlighting to Oceanic Dark and save the setting. Go back to the pen and make sure your new setting is working, the code highlighting will be using different colors. If there are issues you should see code marked in red. That is the new Syntax Highlighting showing you where the problems are.

Press the down arrow to the right of the code boxes and select the “Analyze” option. You can also use a validator tool.

1 Like

Thank very much! I didn’t notice the select element

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.