Zeus web server - Unless there are styles in the style sheet
Unless there are styles in the style sheet that apply to tags already in the Master Page, you won t notice any difference. But if you switch to Source view, you ll see that VWD has inserted a link to the style sheet between the
and tags near the top of the page. That link will look something like this example:Keep in mind that only pages that have that tag near the top use the styles in the style sheet. If you create a new page from scratch, and don t specify a Master, drag the CSS file over to the page to create the link. Using Styles in a Page After you ve linked a style sheet to a page, HTML element styles will be formatted automatically. For example, if you styled the body{} element, then body text in the page takes on the style you defined immediately. As you format text in the page, any new styles will come into play as you use the element. For example, let s say you created a style for Heading 1 elements in your CSS style sheet, like this: H1 { font-size: 16pt; font-family: Arial Black ; font-style: italic; } Any text in the document that is already formatted as H1 will automatically be displayed in the new style. That is, any text between the
and
tags in the Web page will be displayed in 16 point Arial Black italic font. Exactly how you use a style rule to format new or existing content on the page depends on which type of selector defines the rule. I ll start with the easiest one, in which the selector s name matches an HTML tag (for example, as H1 or BODY). Applying CSS element selectors A CSS element selector is any CSS rule whose name does not contain a dot. The name of the selector matches the name inside the HTML tags of the element. Applying such a selector takes no real effort at all. You just apply the element as you normally would. 116 Part II: Building Your Web Site
Note: In case you are looking for affordable webhost to host and run your servlet application check Vision ecommerce web hosting services