Please delete this topic

Hello all!
I am waiting for your comments and suggestions!

Hi @kaangokdemir, start off with this;
codepen provides you with validators for HTML, CSS and JS. Click on the arrow in the upper right and then click on the respective ‘Analyze’ link. There’s a lot you can (and should) clean up in HTML.
As you can see, the <br> element is not a valid child of <ul>. But you use it other places too. Don’t use <br>, use margin/padding in CSS instead.

1 Like

Hey! thanks for your advices! I’ll follow them^^

1 Like