Hello everyone!
I would like to have some feedback for my product landing page. Thank you!
Your page looks good @RMdS-GitHub. Some things to revisit;
- Run your HTML code through the W3C validator.
- Since copy/paste from codepen you can ignore the first warning and first two errors.
- There are HTML coding errors you should be aware of and address.
- Don’t use the
<br>
element to force line breaks or spacing. That’s what CSS is for.
1 Like
Thank you! I was not sure about it !