Question 17
How will the browser render the following HTML document?
<html> <body> <div>Hello from div 1</div> <div>Hello from div 2</div> <span>Hello from span 1</span> <span>Hello from span 2</span> </body></html>