Example of HTML





test 
div test

Will produce:

test

div test

And if you want to have everything in one line then add style:

display: inline;

something like:





test 
div test
From here

---

Another example is with:
 float: left