Is there any option for using IF-ELSE conditioning in HTML tags
do something do something
Conditional rendering of HTML is not a new concept, but it cannot be done using HTML exclusively. You would need to use either client side scripting or server side code to provide the conditional logic that would render your HTML accordingly.