- 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. - External Style Sheet tag is place after the heading tag. this tag purpose is the we can mention the path of the style sheet.
Saturday, May 31, 2008
What is external Style Sheet?
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment