I'm stuck at CSS pseudo selectors by building a balance sheet step 11

It always show this error ===> “Each of your new span elements should have the class attribute set to sr-only year

I answer like this but it shows errors…(I add two backslashes (//) in front of all tags because this tag doesn’t appear in comment)

<//th><//span class=“sr-only year”>2019<///span><///th>
<//th><//span class=“sr-only year”>2020<///span><///th>
<//th><//span class=“current”>2021<///span><///th>

And also I change the third <//th> element like this
<//th><//span class=“sr-only year current”>2021<///span>
It didn’t work too.

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