QUESTION IMAGE
Question
complete the code to break the paragraph into 2 lines <p>stay hungry< > stay foolish</p>
Step1: Insert line - break tag
In HTML, the <br> tag is used for line - breaks. Insert <br> between the two phrases within the <p> tag.
<p>Stay Hungry<br>Stay Foolish</p>
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
<p>Stay Hungry<br>Stay Foolish</p>