Generally in css we use tag name of html elements to select an element and apply a style. But using tag name to select an html element is not efficient Read More
Building Buttons in html
Buttons in html are very useful, with buttons programmer change webpages based on users behaviour. For example , clicking next can run code that cycle through characters. To create a Read More