what improvement I can do ?
Where I am going wrong while writing my codes ? Please let me know
Thanks in advance
what improvement I can do ?
Where I am going wrong while writing my codes ? Please let me know
Thanks in advance
Hi @Shubham10200, your form looks okay. If you’re doing this as part of the Responsive Web Design Projects then there are some things you should revisit.
<script src="https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js"></script>
). Your page passes 1/17 user stories.
<body> </body>
tags in HTML. (No need to include the body tags). For anything you want to add to <head>
click on the ‘Settings’ button, then HTML and add it into the ‘Stuff for <head>’ box.