DEV Community

Discussion on: I've made a website! Need feedback

Collapse
 
vishal2369 profile image
Vishal2369

it's a good starting for a beginner.
Here are some suggestions from me:-

Don't use Id to style an element, use class.
Id automatically creates properties on global window object in JS.

Good luck.