I understand the concept of one id in an html page. As a noob, i was just wondering if you can use the same id once for different html pages. Will that be consider sloppy? <
It's fine to do that, but you would want to name your ids something better than "1". Something more descriptive, like would be better.