What Function?
Solved
-Jeff-
Posted messages
34
Status
Membre
-
Helif -
Helif -
Hello there!
Well, I would like to know what means?
I saw it in an HTML code for creating a guestbook. I searched for what it meant but I couldn't find it. It would be nice if someone could clearly explain it to me. Thank you.
Well, I would like to know what means?
I saw it in an HTML code for creating a guestbook. I searched for what it meant but I couldn't find it. It would be nice if someone could clearly explain it to me. Thank you.
3 réponses
is a non-breaking space, meaning it cannot be broken, keeping the surrounding text glued together.
Therefore, if two words are separated by an when they are at the end of a line and there isn't enough space for one to remain on that line, both words move to the next line.
This is also useful for “:” for example. So that it doesn't end up alone on a line.
For example, without : here we are on a well-known forum, the forum of How it works in computing
For example, with 3 : here we are on a well-known forum, the forum of How it works in computing
Therefore, if two words are separated by an when they are at the end of a line and there isn't enough space for one to remain on that line, both words move to the next line.
This is also useful for “:” for example. So that it doesn't end up alone on a line.
For example, without : here we are on a well-known forum, the forum of How it works in computing
For example, with 3 : here we are on a well-known forum, the forum of How it works in computing
kyue
Well, almost a year after the opening of this post, Gihef, your explanation helped me a lot :)
bridge
thank you for your clarity!!!!!!!!!!!!