Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Anonymous
Anonymous asked in Computers & InternetProgramming & Design · 1 decade ago

How can i code an external style sheet to link to a html?

I have linked my external style sheet to my html page with the following code:

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

But i dont know what code to enter to follow this code to make the current page refer back to the mystyle.css to grab the informatino for the background,etc. from.

Update:

I have linked my external style sheet to my html page with the following code:

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

But i dont know what code to enter to follow this code to make the current page refer back to the mystyle.css to grab the informatino for the background,etc. from because i will be using one css to link information to 4 pages rather than one

4 Answers

Relevance
Still have questions? Get your answers by asking now.