What is external Style Sheet?

Questions by RajivPrasad   answers by RajivPrasad

Showing Answers 1 - 6 of 6 Answers

Venu

  • Apr 2nd, 2007
 

Hi this is the external stylesheet tag. this is place after the heading tag. this tag purpose is the we can mention the path of the style sheet.

href = style.css means style.css is the stylesheet file name. remaining thing is the same. u just change the href="ur stylesheet name"

with out this tag u cant able to see the styles of your web page.

  Was this answer useful?  Yes

Suresh

  • Apr 2nd, 2007
 

External Style sheet is used to control the style of a multiple web pages.  By this way we can create the style sheet outside the JSP page and include it in the head section of the jsp.

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

An external style sheet (CSS) is perfect - when the same style / format / look n feel is required on numerous pages. With an external style sheet, the webmaster can change the look of the entire site - by changing one file.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions