answersLogoWhite

0

Not sure what is asked, so two answers in one! It can be inline(with the tag,) embedded(in the head) or external(linked in the head.) The other answer deals with external and the declaration of "media" within the link in the Head tag. More than three choices, but relevance and browser support narrow them down since it is up to the browser maker to decide how it is rendered - generally "screen, print and accessiblity(auditory, etc.)

User Avatar

Wiki User

16y ago

Still curious? Ask our experts.

Chat with our AI personalities

ProfessorProfessor
I will give you the most educated answer.
Chat with Professor
MaxineMaxine
I respect you enough to keep it real.
Chat with Maxine
BlakeBlake
As your older brother, I've been where you are—maybe not exactly, but close enough.
Chat with Blake
More answers

You can use CSS threee ways, in the XHTML, the first way would be the inline style, which is added directly into the XHTML coding, this has precedence over all of the styles. Then you would add the CSS into the head of the docuement. A third most common way OS to create a StyleSheet and then link to it, in the head of the document.

User Avatar

Wiki User

13y ago
User Avatar

You can have an external style sheet, an internals style sheet and inline styles. An external style sheet has all the styles defined in a separate file which is then linked to from each page that needs it. An internal style sheet has all the styles together, normally at the top of the page in the head area. An inline style is a style that is built directly into a tag.

User Avatar

Wiki User

11y ago
User Avatar

1. In the <head> of the page.

2. In-line - mixed in with the HTML (should be done very sparingly)

3. External - calling an external CSS file from the page header.

User Avatar

Wiki User

14y ago
User Avatar

External stylesheet can be connected in only one way. <link rel="path-of-sheet"></link>, this will export it into the HTML page.

User Avatar

Wiki User

10y ago
User Avatar

You can add any number of style sheets according to your demand. This could make the webpage look like the one you wanted.

User Avatar

Wiki User

10y ago
User Avatar

Add your answer:

Earn +20 pts
Q: What are the three methods for using style sheets with a webpage?
Write your answer...
Submit
Still have questions?
magnify glass
imp