What are you using to write your HTML? Most text editors will wrap the display if you change the setting for that. Otherwise, just break to a new line where you want to wrap the HTML. The only time this produces any side effects is if you don't want a blank space where you start the new line. Then you just start the new line inside an HTML tag, like just before a close >.
Lee