Having trouble with this probem

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

  **Your code so far**
/* file: index.html */
<!DOCTYPE html>
<html>
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>Balance Sheet</title>
  <link rel="stylesheet" type="text/css" href="./styles.css">
</head>
<body>
  <main>
    <section>
      <h1>
        <span class="flex">
          <span>AcmeWidgetCorp</span>
          <span>Balance Sheet</span>
        </span>
      </h1>
      <div 
      <span class year="2019"></span>
      <span class="2020"></span>
      <span class="2021"></span>
            id="years" aria-hidden="true">
      </div>
    </section>
  </main>
</body>
</html>
/* file: styles.css */

  **Your browser information:**

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:100.0) Gecko/20100101 Firefox/100.0

Challenge: Step 6

Link to the challenge:

hi im having trouble with this can anyone help me out? i also have never used this before if anyone can give me some pointers that’d be great! thanks…

What part in the instruction are you confused?

i figured this out already

but i am having trouble with step 9 wanna help?

Yea, sure. Post another thread about it

1 Like

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