Salesforce Fact #556 | Conditional rendering in p tag

Unlike VF page, we can apply conditional rendering in <p> tag in LWC. The below VF code will behave as: However the LWC code willl work properly:
This blog contains some of the Salesforce facts which I have found quite interesting. Happy learning.