Recent content by zain

  1. Z

    What is a style sheet?

    A style sheet is an external CSS file that contains the CSS rules to design the layout of a website. These rules apply css properties on HTML elements. It makes a website more attractive. It is embedded in an HTML by <link> tag. For example, we have an HTML file (text.html) that uses a style...
Back
Top