Help me in solving HTML12 problem

My issue

showing you using br tag though i have removed it

My code

// your code goes here

Learning course: Learn HTML / CSS
Problem Link: Recap Practice Problem in HTML / CSS - CodeChef

br tag is used to break line , like

welcome to code
chef

//output:

welcome to code
chef