Instruções

Passo 19

Dentro do elemento ul, crie seis elementos li. Adicione um elemento h4 com a class definida como list-subtitle e um elemento p em cada um dos elementos li. Em seguida, dê aos elementos h4 e p o seguinte conteúdo de texto, em ordem, com cada h4 usando o que está do lado esquerdo dos dois-pontos e cada p usando o que está à direita:
  • V1 - 2014: We launched G.E.A.R ACADEMY with a simple list of 15 resources, including Harvard's CS50 and Stanford's Database Class.
  • V2 - 2015: We added interactive algorithm challenges.
  • V3 - 2015: We added our own HTML+CSS challenges (before we'd been relying on General Assembly's Dash course for these).
  • V4 - 2016: We expanded the curriculum to 3 certifications, including Front-End, Back-End, and Data Visualization. They each had 10 required projects, but only the Front-End section had its own challenges. For the other certs, we were still using external resources like Node School.
  • V5 - 2017: We added the back-end and data visualization challenges.
  • V6 - 2018: We launched 6 new certifications to replace our old ones. This was the biggest curriculum improvement to date.

O que fazer:

Testes:

  • O elemento `ul` deve ter seis elementos `li`.
  • Cada um dos elementos `li` deve tem um elemento `h4` e `p`.
  • O primeiro `h4` deve ter o texto `V1 - 2014`.
  • O primeiro `p` deve ter o texto `We launched G.E.A.R ACADEMY with a simple list of 15 resources, including Harvard's CS50 and Stanford's Database Class.`
  • O segundo `h4` deve ter o texto `V2 - 2015`.
  • O segundo `p` deve ter o texto `We added interactive algorithm challenges.`
  • O terceiro `h4` deve ter o texto `V3 - 2015`.
  • O terceiro `p` deve ter o texto `We added our own HTML+CSS challenges (before we'd been relying on General Assembly's Dash course for these).`
  • O quarto `h4` deve ter o texto `V4 - 2016`.
  • Seu quarto `p` deve conter o texto `We expanded the curriculum to 3 certifications, including Front-End, Back-End, and Data Visualization. They each had 10 required projects, but only the Front-End section had its own challenges. For the other certs, we were still using external resources like Node School.`
  • O quinto `h4` deve ter o texto `V5 - 2017`.
  • Seu quinto `p` deve conter o texto `We added the back-end and data visualization challenges.`
  • O sexto `h4` deve ter o texto `V6 - 2018`.
  • O sexto `p` deve ter o texto `We launched 6 new certifications to replace our old ones. This was the biggest curriculum improvement to date.`
  • O seis elementos `h4` devem ter a classe `list-subtitle`.

Preview