HTML server controls are similar to the standard HTML elements like those used in HTML pages.
They expose properties and events for programatical use.
To make these controls pro-grammatically accessible, we specify that the HTML controls act as a server control by adding the runat="server" attribute.