What will be the impact, if we add some extra space in id or class in HTML.
Like if we write like this,
<div class=" class1" id=" id">This is a div</div>
Will the CSS or JS break?
Will there be any effect on class or id selection in JavaScript or CSS?