External CSS and HTML Link Tag Explained with Easy Examples

External CSS and HTML Link Tag Explained with Easy Examples

Code:

इसका पूरा विवरण

2. rel=”stylesheet”

3. href=”style.css”

उदाहरण:

CSS File (style.css)

h1{

    color: blue;

    text-align: center;

}

Output