HTML Attribute for <BODY ...>
STYLESRC

Usage Recommendation
Use <LINK ...> instead.

STYLESRC is a non-HTML attribute used by Microsoft FrontPage and FrontPage server extensions. Its intended use is that the FrontPage extensions will add styles to the document before it is served. If you are not using FrontPage, use <LINK ...> to link to a stylesheet instead. Put a <LINK ...> tag like this into your <HEAD> section:

<LINK REL=STYLESHEET HREF="html.css">

STYLESRC has caused some problems.

<BODY SCROLL="..."> >