# Conditional rendering *:if* attribute is responsilbe for showing or hiding any element in the tree.
Good morning Good afternoon Good evening
**note:** if uses CSS display property to show and hide and element which means the element will not be removed from the DOM. # Filling *:content* attribute can be used to fill an element with html content.