I was wondering how can align my text so it will display the way I want it to. Can someone help me display the text like it is in example 2 using CSS?
Here is what my text is doing.
Name: At vero eos et
accusamus et iusto odio dignissimos d
Here is what I want it do.
Name: At vero eos et
accusamus et iusto odio dignissimos d
HTML markup.
<div><p><span>Name:</span> At vero eos et
accusamus et iusto odio dignissimos d</p></div>