You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "Quick Fact" section on the service page contains empty <p> tags. These empty tags do not contribute to the content and should be removed to clean up the markup.
Expected Behaviour
HTML markup should be clean and free of unnecessary empty tags.
Empty <p> tags should be removed to improve readability and maintainability of the code.
Actual Behaviour
The "Quick Fact" section includes empty <p> tags that do not contain any text or content.
Description
The "Quick Fact" section on the service page contains empty
<p>
tags. These empty tags do not contribute to the content and should be removed to clean up the markup.Expected Behaviour
<p>
tags should be removed to improve readability and maintainability of the code.Actual Behaviour
<p>
tags that do not contain any text or content.How to Replicate
<p>
tags within the section.Code Snippet
The text was updated successfully, but these errors were encountered: