How to find HTML Elements using JavaScript?
So as we know Java Script can do any manipulation,validation to our static HTML elements.But , the question is how  this weak type language is accessing our HTML. To the beginners it is the common trend to use the ID for the particular HTML elements.e.g. where the id “main” is actually the ID of the […]