white-space property (p, pre have a width of 200px)

Unauthorized modification of http://cthedot.de/xbrowsertest/ws.html to test wrapping long links.

Test breaking links

Unauthorized modification of http://cthedot.de/xbrowsertest/ws.html to test wrapping long links.

Testing with a very long name for a link for testing of wrapping

Testing with a very long name for a link for testing of wrapping

HTML pre / pre wrap

pre element
		a   very  long paragraph    with    strange   spacing and some strange 
		line 
		breaks 
		  too which do break or not and spaces are shown or not
	
	
pre element wrap
		a   very  long paragraph    with    strange   spacing and some strange 
		line 
		breaks 
		  too which do break or not and spaces are shown or not
	
	

CSS white-space

normal a very long paragraph with strange spacing and some strange line breaks too which do break or not and spaces are shown or not

pre a very long paragraph with strange spacing and some strange line breaks too which do break or not and spaces are shown or not

nowrap a very long paragraph with strange spacing and some strange line breaks too which do break or not and spaces are shown or not

pre-line a very long paragraph with strange spacing and some strange line breaks too which do break or not and spaces are shown or not

pre-wrap a very long paragraph with strange spacing and some strange line breaks too which do break or not and spaces are shown or not