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

136
Visualizações
Display multiple lines (<p> tags) as a paragraph

I want to display multiple lines for example:

  1. This is first sentence.
  2. This is second sentence.
  3. This is third sentence.

These three sentences need to displayed as -

This is first sentence. This is second
sentence. This is third sentence

Sample html for this could be

<p id="line-1"></p>
<p id="line-2"></p>
<p id="line-3"></p>

The use case is I need to track and save changes done in each sentence and save them seperately.

Any help appreciated.

about 4 years ago · Santiago Gelvez
3 Respostas
Responde à pergunta

0

You can try this

<body>
    <p>
        <span>This is first sentence. This is second
        sentence. This is third sentence</span>
    </p>
</body>
about 4 years ago · Santiago Gelvez Relatório

0

Attach style display: 'inline-block' | 'inline'

<p id="line-1" style="display: inline"></p>
<p id="line-2" style="display: inline"></p>
<p id="line-3" style="display: inline"></p>
about 4 years ago · Santiago Gelvez Relatório

0

You can use </br> to split the statements in different lines.

<body>
    <p id="line-1">1. This is first sentence.</br></p>
    <p id="line-2">2. This is second sentence.</br></p>
    <p id="line-3">3. This is third sentence.</p>
</body>

about 4 years ago · Santiago Gelvez 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