“Comment envelopper du texte dans Div CSS” Réponses codées

Comment envelopper du texte dans Div CSS

.example {
  overflow-wrap: break-word;
}
Defiant Dolphin

CSS force la corde à envelopper

<!-- For Block Elements -->
<textarea style="width:100px; word-wrap:break-word;">
  ACTGATCGAGCTGAAGCGCAGTGCGATGCTTCGATGATGCTGACGATGCTACGATGCGAGCATCTACGATCAGTC
</textarea>

<!-- For Inline Elements -->
<span style="width:100px; word-wrap:break-word; display:inline-block;"> 
   ACTGATCGAGCTGAAGCGCAGTGCGATGCTTCGATGATGCTGACGATGCTACGATGCGAGCATCTACGATCAGTC
</span>

<!-- Another thing to try: -->
<tr style="overflow-wrap: anywhere"><td>1</td><td>2</td></tr>
Chris PA

Réponses similaires à “Comment envelopper du texte dans Div CSS”

Questions similaires à “Comment envelopper du texte dans Div CSS”

Plus de réponses similaires à “Comment envelopper du texte dans Div CSS” dans CSS

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code