Is this HTML valid? Or is the id \'a\' the same as the id \'A\'?
alpha Alpha
It is valid on all modern browsers (IE 8+) but I do not recommended it because CSS is case-insensitive. It's better to stick to one case to avoid any possible confusion or errors with CSS.
CSS