Linking External CSS Stylesheet into Blogger Blog

Css stylesheets could be verylong and it may take up your attention and it will look tough to you while editing your blogger template,

The better way to ignore this is linking those stylesheet as exteenal source in blog,
Style sheet always to be linked in between <head></head> tag.
The format for linking stylesheet is shown below.

<link href="YourStyleSheetUrl.css" rel="stylesheet" type="text/css">

Done , stylesheet is linked you can call it in html by using attributes defined in stylesheet.
Screenshot

Disadvantage of Internal CSS (without linked it):
Advantages of linking External Stylesheet to your Blog.
If you find this interesting Please Share This,
For any feedback or query, Comment Below.

Labels: