The tag that defines preformatted text is the only tag in HTML which preserves and respects line breaks, blanks and tabs and also the multiple space between words, when anything is enclosed inside the pre element that will be displayed as it is in the web browser. When you like to show a code snippet the pre tag is an excellent choice, if you choose pre tag your blog will be preserved most of the java scripts code that are seen on the blog are displayed by using the pre tag.The pre tag can push the right side bar to the bottom of the
Connection of a CSS style sheet with HTML can be done three ways. One of the ways is using and external style sheet to make the connection. Similarly an internal style sheet can be used as define the relation between a CSS style sheet and a HTML element. Finally the last but not the least is using the HTML style attribute to obtain the same objective. These are not possible with XML with the current browsers. Connection can only be done using <?xml-stylesheet?> processing instruction. There is no alternative method of achieving this
Heather Soloman writes about a several important and helpful points in this article on using SharePonint and CSS.
"SharePoint utilizes CSS quite heavily, and it is both a curse and a blessing. Since nearly all of the SharePoint 2003 UI is hard coded in the site definitions, CSS provides one of the best ways to update the UI. But the SharePoint CSS is also pretty unruly and can be quite daunting at first glance. Let's go ahead and get the numbers out on the table.
For a SharePoint 2003 Portal and WSS install, there are 7 separate style sheets
First, Rick Strahl gives an excellent example. He wants to demonstrate a problem he has with ASP .NET. Then he talks about it: "Notice that the style sheet I defined in the master content page as well as in the master page (#pagecontent) end up above the Standard.css themes file.
The same is true if you attempt to add any controls to the Page.Header controls collection - whatever you do there ends up BEFORE the themes style sheet as far as I can tell or if you add styles manually to the header section.
This means you effectively can't override