Learn CSS Colors by Building a Set of Colored Markers - Step 7give me a hint about the purpose of rel attribute syntaxes

Tell us what’s happening:
Describe your issue in detail here.

Your code so far

<!-- file: index.html -->
<!DOCTYPE html>
<html lang="en">

<!-- User Editable Region -->

  <head>
    <a rel="stylesheet" href="styles.css" /a>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Colored Markers</title>
  </head>

<!-- User Editable Region -->

  <body>
    <h1>CSS Color Markers</h1>
  </body>
</html>
/* file: styles.css */

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 6.0; BGO-DL09) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.74 Mobile Safari/537.36

Challenge: Learn CSS Colors by Building a Set of Colored Markers - Step 7

Link to the challenge:

Is what you mean by giving you a hint is you want to learn more about the purpose of rel attribute?

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