Question 15
Consider the following HTML code snippet (without any CSS styling).
<div> <p>This is paragraph 1</p> <span>Span element 1</span> <span>Span element 2</span> <p>This is paragraph 2</p> <a href="#">Link 1</a> <a href="#">Link 2</a> <div>Nested div content</div> <strong>Bold text</strong> <em>Italic text</em></div>Which of the following statements correctly describes how the elements will be displayed by default in a browser?