That's why it makes a lot of sense to style web pages and web sites by linking external style sheets.

<html>
 <head>
  <link rel="stylesheet" type="text/css" href="https://getmimo.com/r/styles.css">
 </head>
 <body>I could be a part-time model.</body>
</html>
]]>

Fantastic! The <link> tag is an empty tag that establishes a link between a web page and an external resource.

The <style> tag helps us use internal style sheets but it can't link external style sheets.