Code
Execute
<
!DOCTYPE
html
>
<
html
>
<
body
>
<
p
style
="width:400px; height:100px; border:1px solid pink;line-height:30px"
>
Welcome To Wikitechy
<
br
>
Welcome To Wikitechy
<
/p
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <body> <p style="width:400px; height:100px; border:1px solid pink;line-height:30px"> Welcome To Wikitechy <br> Welcome To Wikitechy </p> </body> </html>
Result