Design a Movie Review Page - Design a Movie Review Page

Tell us what’s happening:

Fiquei mais de hora tentando ajustas o código e nada. O desafio nº “8” da lição diz: “span elemento dentro do parágrafo de classificação deve ter dez estrelas, preenchidas (:star:) ou vazias (☆), seguidas por um valor numérico entre parênteses após o span.”

Meu código está assim:

<p>Classificação
<span aria-hidden="true"> 
<strong>Movie Rating:</strong>⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐</span> (10/10)</p>


Me ajudem por favor…

Your code so far

html

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36

Challenge Information:

Design a Movie Review Page - Design a Movie Review Page

https://www.freecodecamp.org/learn/full-stack-developer/lab-movie-review-page/design-a-movie-review-page

Hi. Can you post all your code please.

Did you cut and paste from the stars in the user story?

I can see you don’t have all the bullet points on user story 5 correct. Follow them again closely.

<p>



Classificação

<span aria-hidden="true">



<strong>Movie Rating:</strong>



</span>



⭐⭐⭐⭐⭐⭐⭐⭐⭐☆ (9.2/10)

</p>

Meu código acima. Tudo está perfeito no exercício. Somente esta lição nº 8 está com erro.

<p>Classificação

  <span aria-hidden="true">

    <strong>Movie Rating:</strong>

  </span>

  <span>⭐⭐⭐⭐⭐⭐⭐⭐⭐☆</span> (9.2/10)

</p>

I’m having difficulty formatting your code.

Put your stars back to how you originally had them. I don’t think 9.2 will work here but 10/10 should. (or 9/10 will work with what you had but remember spacing). I wanted to check you had cut and paste the stars from the example.

<span aria-hidden="true"> 
<strong>Movie Rating:</strong>⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐</span> (10/10)</p>

I can see you haven’t followed the advice to check the bullet points on user story 5. What do the first 2 bullet points of user story 5 say?

1 Like

Estou tentando colar o código aqui está copiando somente uma linha. Complicado rs.

Desafio 5. - 5. Você deve ter outro pelemento que contenha a classificação.

If you post all your code from the start I will be able to run it all.

In the meantime, user story 5, did it ask you to nest one element inside the other element?

When you enter a code block into a forum post, please precede it with three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add the backticks.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (').