---
title: "External Style Sheet?"  
description: "External Style Sheet?"  
author: "Anonymous User"  
published: 2012-12-13  
updated: 2012-12-13  
canonical: https://www.mindstick.com/forum/494/external-style-sheet  
category: "css-css3"  
tags: ["css-css3"]  
reading_time: 1 minute  

---

# External Style Sheet?

Hi every one \
\
I want to use [external](https://www.mindstick.com/articles/12810/how-to-connect-tablet-to-external-monitor-or-flat-screen-tv-using-computer-adapters) [style sheet](https://www.mindstick.com/interview/23083/what-is-padding-in-css-cascading-style-sheet-and-how-to-use-it) in my [web page](https://www.mindstick.com/forum/718/sql-server-report-alignment-to-center-of-web-page). tell me how to use it.\
\
Thanks

## Replies

### Reply by AVADHESH PATEL

Hi Ashish Pandey\
\

External [Style](https://www.mindstick.com/articles/126300/apa-citation-style-get-to-know-about-it-for-your-next-assignment) Sheet is a template/document/file containing style information which can be linked with any number of HTML documents. This is a very convenient way of formatting the entire site as well as restyling it by editing just one file. The file is linked with HTML documents via the LINK element inside the HEAD element. Files containing style information must have extension .css, e.g. style.css. \

```
<HEAD> <LINK REL=STYLESHEET HREF="style.css" TYPE="text/css"> </HEAD>
```

\
I hope this post resolve your problem \


---

Original Source: https://www.mindstick.com/forum/494/external-style-sheet

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
