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

168
Visualizações
Should I use the label in the product register form?

question picture Click !!✔

input & label
I know the reason for using it is because of the dependency. Is it correct to write the above photo in this label & input ???

I am working on the product registration page

<label>
  {label && <span>address</span>}
  <input type={type} placeholder={placeholder} /> 
</label>

I think it should be written in span & input ex)

<div>
 {label && <span>address</span>}
<input type={type} placeholder={placeholder} />
<div>
about 4 years ago · Juan Pablo Isaza
2 Respostas
Responde à pergunta

0

Semantically you want the label to reference the input, or rather, for the input to gain focus by interacting with the label. This is done for accessibility.

You get this behavior by default when wrapping an input with a label element. This is correct.

<label>
  {label && <span>address</span>}
  <input type={type} placeholder={placeholder} /> 
</label>

The second is not technically correct semantic HTML since you are rendering what is effectively a label but not coding it as such.

If the issue is that label elements are inline and you want the block display of a div then either apply CSS to your label elements or wrap both the label and input in a div.

about 4 years ago · Juan Pablo Isaza Relatório

0

Having a label wrapped around the input allows you to click on the label and focus the input. Its especially useful when having to click radio buttons.

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