What is the best css coding options

What is the best way to attach a css file with an HTML?

<link href="/root/css/styles.css" rel="stylesheet" type="text/css">

according to Google it prefers that it goes before the </body> tag is that ok?

It just says that so the content can get loaded before the CSS.

1 Like

yes thanks!!

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.