Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

62
Visualizações
HTML Figure tag usage

i'm a newbie and self-learned developer. I have a confusion about the explaination of Figure tag on W3school:

*    - The figure tag specifies self-contained content, like illustrations, diagrams, photos, code listings, etc.
    - While the content of the element is related to the main flow, its position is independent of the main flow, and if removed it should not affect the flow of the document.
*
   The Bold Part made no sense in my head after i read this. Could someone please help me to clarify ?. What does 'mainflow', 'position' and 'removed' mean here? Does 'removed' mean physically removing it from HTML structure. Thank you so much and sorry if this is amateur question.
    Here is the most-related link about my concern i found on google but it doesn't help:
what is the usage of HTML5 figure with img

about 4 years ago · Juan Pablo Isaza
1 Respostas
Responde à pergunta

0

<body>

<img src="" alt="" style="width: 10%;">
<p>Trees and Sunset</p>
<figure>
<img src="" alt="" width="10%">
<figcaption>Lorem, ipsum dolor.</figcaption>
</figure>

</body>

The main flow consists of three elements: img, p, and figure. Content of the figure element is the second img element and the figcaption element, so those are related to the main flow by their parent element(figure). About position, the figure element will have a margin on the left. At last, if you remove the related elements, which are the child elements of the figure element, the main flow won't change. Order will stay the same as img>p>figure and there will be a space instead of removed elements.

about 4 years ago · Juan Pablo Isaza Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda