Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Albert Peschar

    (@kiboit)

    Hi @airgao,

    Normally, CSS is put in the HEAD element of the page. It makes no real difference, as long as the CSS appears before the elements that depend on it for rendering.

    What is your question exactly?

    –Albert

    The only time one would want “any” CSS in the BODY is when it is used inline for use in HTML output. That would mean using the STYLE attribute and that should also be avoided.

    Linked or Embedded CSS (as used in the HEAD) or ID / Class used in HTML Tags, is the best way to go.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Whether to consider moving css from head to body’ is closed to new replies.