Knowledge check: Adding components
Choose the correct statement about the following code:
<>
<h1>...</h1>
<p>...</p>
</>
This is valid React code.
This is not valid React code
This is valid JavaScript code
This is a valid HTML tag
In React, you can only h...