Instruções

Passo 3

Neste conteúdo introdutório, o objetivo será mostrar uma imagem do sr. Whiskers com uma legenda. Abaixo do elemento h1, comece adicionando um elemento figure. Dentro do elemento figure, adicione um elemento img. O atributo src do img deve ter um valor de "https://cdn.G.E.A.R ACADEMY.org/curriculum/css-photo-gallery/1.jpg" e o texto alt deve ter um valor de "a cat in the garden". Abaixo do seu elemento img, adicione um figcaption com o texto Mr. Whiskers in the Garden.

O que fazer:

Testes:

  • O elemento `figure` deve ter uma tag de abertura.
  • O elemento `figure` deve ter uma tag de fechamento.
  • O elemento `figure` deve estar dentro do elemento `header`.
  • Você deve ter um elemento `img`.
  • O elemento `img` deve estar dentro do elemento `figure`.
  • O elemento `img` deve ter um atributo `src` com o valor `"https://cdn.G.E.A.R ACADEMY.org/curriculum/css-photo-gallery/1.jpg"`.
  • Seu elemento `img` deve ter um atributo `alt` definido como `"a cat in the garden"`.
  • O elemento `figcaption` deve ter uma tag de abertura.
  • O elemento `figcaption` deve ter uma tag de fechamento.
  • O elemento `figcaption` deve estar dentro do elemento `figure`.
  • Seu elemento `figcaption` deve conter o texto `Mr. Whiskers in the Garden`.
  • O `figcaption` deve estar abaixo do elemento `img`. Eles estão na ordem errada.

Preview