While most of what you've written is fairly close to accurate, you'd make a better case if you omitted weasel-words like "probably," "somewhere," and "obviously" and if your explanation of the interactions among server, site and browser were clearer... and supported by the readily available specifics:

The source to which you refer OP is:

<!-- Theme 1092: Web safe blue PerlMonks Theme --> <link rel="stylesheet" href="/css/common.css" type="text/css" /> <link rel="stylesheet" href="?node_id=204962" type="text/css" />

The first can be seen at http://www.perlmonks.com/css/common.css (NB: if perlmonks.com is not your server, substitute perlmonks.org). The second is available at http://www.perlmonks.com/index.pl?node_id=204962.

But consider: how is all of this verbose reply1 really more helpful (at any immediate level) to OP than a simple statement of fact:

Browsers get css from the server by reading a particular URL supplied in the .html.

And that's only a marginally useful expansion of moritz' original reply.

1 Yep, this is excessively wordy, too!


In reply to Re^2: Mixing css with html by ww
in thread Mixing css with html by Anonymous Monk

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.