answersLogoWhite

0


Best Answer

In this example, I'm using a filename titled style.css located in the CSS folder:

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

Insert this line inside your <head> tag. It then refers to an external stylesheet.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

13y ago

Within the <head> element of the document, insert a link (or more) to the stylesheet that looks similar to below:

<link href="basic.css" type="text/css" rel="stylesheet" media="screen"/>

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

These have the media element added for the presentation device used. It can be seen in use at two of my websites (listed below.) To see the second one in action try the Print Preview option.

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

The <HEAD> section of the document is the proper place to pull in an external style sheet. You can do it in two ways:

<link rel="stylesheet" type="text/css" media="all" href="your-style-sheet.css">

Or you can use the import method.

<style type="text/css" media="all">

@import url(your-style-sheet.css);

</style>

As a professional, I'd recommend the link option. It's been shown to be significantly faster, and avoids some issues with browser caching.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

You want to refer to an external stylesheet in the HEAD section of an HTML document. Where specifically doesn't matter, although it's become standard practice to list stylesheets as the last item in your HEAD.

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

Somewhere within the header or rather between <head> </head>.

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

You have to put <link rel="stylesheet" type="text/css" href="YOUR_CSS_FILE_GOES HERE" /> in the HEAD section of your html document

This answer is:
User Avatar

User Avatar

Wiki User

11y ago

he correct place to refer css in html is inside in head tag

This answer is:
User Avatar

User Avatar

Wiki User

9y ago

The correct place to refer an external style sheet in HTML is on the top of page. It could be done after the title tag.

This answer is:
User Avatar

User Avatar

Anonymous

Lvl 1
3y ago

head

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the correct place to refer to an external style sheet in an HTML document?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is a Map Network Drive?

Mapped network drive. In Windows networks, an external resource has the form "\\MyServer\MyFolder\MySubFolder\MyFile.doc". The folder part, "\\MyServer\MyFolder\MySubFolder", can be assigned ("mapped") to a drive letter, for example, "M:"; in that case, you refer to the document as "M:\MyFile.doc".Mapped network drive. In Windows networks, an external resource has the form "\\MyServer\MyFolder\MySubFolder\MyFile.doc". The folder part, "\\MyServer\MyFolder\MySubFolder", can be assigned ("mapped") to a drive letter, for example, "M:"; in that case, you refer to the document as "M:\MyFile.doc".Mapped network drive. In Windows networks, an external resource has the form "\\MyServer\MyFolder\MySubFolder\MyFile.doc". The folder part, "\\MyServer\MyFolder\MySubFolder", can be assigned ("mapped") to a drive letter, for example, "M:"; in that case, you refer to the document as "M:\MyFile.doc".Mapped network drive. In Windows networks, an external resource has the form "\\MyServer\MyFolder\MySubFolder\MyFile.doc". The folder part, "\\MyServer\MyFolder\MySubFolder", can be assigned ("mapped") to a drive letter, for example, "M:"; in that case, you refer to the document as "M:\MyFile.doc".


What is the purpose for mapping a drive?

Mapped network drive. In Windows networks, an external resource has the form "\\MyServer\MyFolder\MySubFolder\MyFile.doc". The folder part, "\\MyServer\MyFolder\MySubFolder", can be assigned ("mapped") to a drive letter, for example, "M:"; in that case, you refer to the document as "M:\MyFile.doc".Mapped network drive. In Windows networks, an external resource has the form "\\MyServer\MyFolder\MySubFolder\MyFile.doc". The folder part, "\\MyServer\MyFolder\MySubFolder", can be assigned ("mapped") to a drive letter, for example, "M:"; in that case, you refer to the document as "M:\MyFile.doc".Mapped network drive. In Windows networks, an external resource has the form "\\MyServer\MyFolder\MySubFolder\MyFile.doc". The folder part, "\\MyServer\MyFolder\MySubFolder", can be assigned ("mapped") to a drive letter, for example, "M:"; in that case, you refer to the document as "M:\MyFile.doc".Mapped network drive. In Windows networks, an external resource has the form "\\MyServer\MyFolder\MySubFolder\MyFile.doc". The folder part, "\\MyServer\MyFolder\MySubFolder", can be assigned ("mapped") to a drive letter, for example, "M:"; in that case, you refer to the document as "M:\MyFile.doc".


What is the function of xml-style sheet href?

That would refer to the location of the style sheet for your XML document


Distinguish between logical data independence and physical data independence?

logical data : refer to the immunity of the external scheme towards changes in the conceptual scheme.physical data: refer to the immunity of the conceptual scheme towards changes in the internal scheme.


What does the scope of an identifier refer to?

It refers to a place in your code where names or variable have meaning.

Related questions

What is the difference in for reference only and Uncontrolled?

There terms refer to document types in a quality management/document management system. For reference only means that they document should not leave the place in which it is stored. Uncontrolled means the document is released to anyone and there is no formal update procedure applied to it.


What are the external forces that determine a sense of belonging?

External forces may refer to places.


What is mapping network drives?

Mapped network drive. In Windows networks, an external resource has the form "\\MyServer\MyFolder\MySubFolder\MyFile.doc". The folder part, "\\MyServer\MyFolder\MySubFolder", can be assigned ("mapped") to a drive letter, for example, "M:"; in that case, you refer to the document as "M:\MyFile.doc".Mapped network drive. In Windows networks, an external resource has the form "\\MyServer\MyFolder\MySubFolder\MyFile.doc". The folder part, "\\MyServer\MyFolder\MySubFolder", can be assigned ("mapped") to a drive letter, for example, "M:"; in that case, you refer to the document as "M:\MyFile.doc".Mapped network drive. In Windows networks, an external resource has the form "\\MyServer\MyFolder\MySubFolder\MyFile.doc". The folder part, "\\MyServer\MyFolder\MySubFolder", can be assigned ("mapped") to a drive letter, for example, "M:"; in that case, you refer to the document as "M:\MyFile.doc".Mapped network drive. In Windows networks, an external resource has the form "\\MyServer\MyFolder\MySubFolder\MyFile.doc". The folder part, "\\MyServer\MyFolder\MySubFolder", can be assigned ("mapped") to a drive letter, for example, "M:"; in that case, you refer to the document as "M:\MyFile.doc".


Is this phrase is correct please refer to subject above?

refer to the above subject


If written The man's uniform - is the apostrophe in the right place?

If you are intending to refer to a uniform that belongs to a man, then the correct placement of the apostrophe is as you have it. This is called the possessive form.


What is a Map Network Drive?

Mapped network drive. In Windows networks, an external resource has the form "\\MyServer\MyFolder\MySubFolder\MyFile.doc". The folder part, "\\MyServer\MyFolder\MySubFolder", can be assigned ("mapped") to a drive letter, for example, "M:"; in that case, you refer to the document as "M:\MyFile.doc".Mapped network drive. In Windows networks, an external resource has the form "\\MyServer\MyFolder\MySubFolder\MyFile.doc". The folder part, "\\MyServer\MyFolder\MySubFolder", can be assigned ("mapped") to a drive letter, for example, "M:"; in that case, you refer to the document as "M:\MyFile.doc".Mapped network drive. In Windows networks, an external resource has the form "\\MyServer\MyFolder\MySubFolder\MyFile.doc". The folder part, "\\MyServer\MyFolder\MySubFolder", can be assigned ("mapped") to a drive letter, for example, "M:"; in that case, you refer to the document as "M:\MyFile.doc".Mapped network drive. In Windows networks, an external resource has the form "\\MyServer\MyFolder\MySubFolder\MyFile.doc". The folder part, "\\MyServer\MyFolder\MySubFolder", can be assigned ("mapped") to a drive letter, for example, "M:"; in that case, you refer to the document as "M:\MyFile.doc".


What is a litigation document?

That's a general "catch-all" title that refer loosely to ANY document entered into a case and used in court.


What does resume refer to?

a job application document listing work and educational experiences.


Is this the correct was to spell tourettes?

Yes, 'tourettes' is correct.--- Not if you refer to the syndrome. Then it is spelled Tourette's


Is Department of major grammatically correct?

No, it is not grammatically correct. If you want someone to correct it for you, please can you explain what you are trying to refer to?


Meaning of stowes?

"Stowes" - in mining terms is the "contrivance atop the mine for transporting the buckets of ore to the top of the shaft". This is the meaning given in a document relating to the laws of mining in England in the year 1653.


In the context of filling out forms what does the term scanning refer to?

glancing at the document befor filling it out