W
webfan
How to code this in HTML so that the display of text string as following:
(This is Text string 1...)
(Text string 2...)
(Text string 3...)
Will this be better put into a DIV or SPAN?
When to use DIV instead of SPAN?
How to specify the width of the DIV or SPAN so that when any of the text
strings larger than the width, it will automatically wrap itself?
Thank you very much!
(This is Text string 1...)
(Text string 2...)
(Text string 3...)
Will this be better put into a DIV or SPAN?
When to use DIV instead of SPAN?
How to specify the width of the DIV or SPAN so that when any of the text
strings larger than the width, it will automatically wrap itself?
Thank you very much!