Every word of text in a <span>
Posted: Wed Jul 01, 2020 7:04 am
Hello.
In HTML code, when creating a list with markers and adaptive fonts, in the first line of the list each word is wrapped in <span style ......>
What is the practical meaning of wrapping each word in <span style ......> ?
Can this be turned off?
I also notice that this happens spontaneously. After checking the code Ctrl + H, I see that the cold is clean. Blocking an item. After working with other elements of the project, I notice that in a blocked element, each word of the text turned into <span style ......>
<div id="wb_text_nt_usb_2">
<ul style="color:#000000;list-style-type:disc;">
<li style="margin:0 0 0 24px;"><span style="background-color:#FFFFFF;color:#000000;">Высококачественный</span><span style="background-color:#FFFFFF;color:#000000;"> </span><span style="background-color:#FFFFFF;color:#000000;">студийный</span><span style="background-color:#FFFFFF;color:#000000;"> </span><span style="background-color:#FFFFFF;color:#000000;">микрофон</span>
</li>
In HTML code, when creating a list with markers and adaptive fonts, in the first line of the list each word is wrapped in <span style ......>
What is the practical meaning of wrapping each word in <span style ......> ?
Can this be turned off?
I also notice that this happens spontaneously. After checking the code Ctrl + H, I see that the cold is clean. Blocking an item. After working with other elements of the project, I notice that in a blocked element, each word of the text turned into <span style ......>
<div id="wb_text_nt_usb_2">
<ul style="color:#000000;list-style-type:disc;">
<li style="margin:0 0 0 24px;"><span style="background-color:#FFFFFF;color:#000000;">Высококачественный</span><span style="background-color:#FFFFFF;color:#000000;"> </span><span style="background-color:#FFFFFF;color:#000000;">студийный</span><span style="background-color:#FFFFFF;color:#000000;"> </span><span style="background-color:#FFFFFF;color:#000000;">микрофон</span>
</li>