CSS - Introduction and How it works
Posted on Wed 11 December 2013 in CSS • Tagged with CSS, HTML
CSS stands for Cascading Style Sheet which is used to style HTML elements.
While loading any webpage browser simply create DOM of requested web page and renders the HTML. CSS is basically a better way of managing HTML attributes
style
of any element.To add style we simply use
Style …
Continue reading