Question 1/16

Which tags should be used for <1> and <2> to make the following HTML valid?

<p>
 To print your name in the command line,
 run <1>echo "Hello, FullstacksJS"</1>
</p>
<p>
 <strong>Result:</strong>
 <2 name="result">Hello, FullstacksJS</2>
</p>