. i find this code annoying because somtimes i want to space out my text more than once.is there another code i can use without applying non breaking space code?i went to the w3 school but couldn't find it. thanks for the help guys
thanks momi for reply momi,i will actually try it lol. but here's my deal.. <h3>i love dogs</h3> <p>dogs are my fav animal of all time and blah blah blah </p> now i want to space the <P> 3 times without having to use the   code.it sounds stupid but i just find this code annoying and makes the page look rather sloppy if you use it more than once. any other suggestions?
Depends what you're applying it to. In this case, it'd most likely be cleaner to use padding in the css
If its something with a set width or height then margin is the best way to go. If its a fluid element then yes, padding is fine.