This is my first project in coding, I’m new to HTML and CSS, decided to start with this before the tribute as I thought its easier, so I returned to basic challenges in almost every step, is that normal or should I review everything again before starting the projects?
Thanks in advance.
Welcome to the forums @moustafa111x. Your form looks okay but there are things you need to revisit;
When using codepen it only expects the code you’d put within the <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.
The link to your font would go in the box labeled ‘Stuff for <head>’
If you do the changes in the same pen it’s okay. The solution will pick up the changes.
If you decide to create another pen to do the changes (though there is no need to) then you’d have to resubmit the project with the new URL.
Yes, the user stories all pass. What I’m talking about is HTML coding errors that you’ll see when you run it through the validator.