Computer Science, asked by qwertyqwer2227, 1 year ago

How to fix the text that are out of the bounding box in html?

Answers

Answered by Anonymous
0

Hi

All you have to do is put this line of CSS on that element

word-break: break-all;

It will break those long words, so the text will not get out of bounding box



Aksaht: HiiinewsContent {
position: relative;
background-color: red;
min-height: 200px;
width: 300px;}
Similar questions