React

ReactJS Practical Questions - Element will be rend...

19.

What type of element will be rendered from the following code?

const element = <h1>Hello, World!</h1>;
ReactDOM.render(element, document.getElementById('root'));

<h1>

<div>

<p>

<span>