Forums.Likebd.Com
CSS white-space Property - Printable Version

+- Forums.Likebd.Com (http://forums.likebd.com)
+-- Forum: English Forums (http://forums.likebd.com/forumdisplay.php?fid=134)
+--- Forum: Design and Development (http://forums.likebd.com/forumdisplay.php?fid=233)
+---- Forum: CSS (http://forums.likebd.com/forumdisplay.php?fid=236)
+---- Thread: CSS white-space Property (/showthread.php?tid=3319)



CSS white-space Property - Hasan - 07-04-2018

This is advance css white space
Demonstrate different values of the white-space property:
p.a {
white-space: nowrap;
}
p.b {
white-space: normal;
}
p.c {
white-space: pre;
}

# Nowrap will make single line all text.
# re will make get different space.