Troubles with HTML5 forms

Hi all! I’ve just started on my coding journey and I’ve found a sticking point while trying to code my own form with HTML5. In the examples I’m working from, the input type changes the way it’s displayed on the browser (like displaying drop down arrows for the number input). However, whenever I display this in Chrome or Firefox all these examples display the same way the “text” input does. If anyone could point me in the right direction I’d be grateful!

Name
Email
Homepage URL
Age
Last Grade Completed
Birthday
'

Looks like your code is being rendered as HTML in your editor. Can you wrap your code around 3 backticks to show your HTML? Or hit preformatted icon in your editor.

Hi, I’ve added my code to the original post. :slight_smile:

Can’t tell much from the screenshot, it looks correct.

Can you share a real working demo via codepen?