F48 (Fail): Due to using the pre element to markup tabular information

HTML Snippet Code
Scenario 1: Pre tag is used to display the tabular information
                 Sno     Month        Saving
                 1       January      $100
                 2       February     $80
                 
<pre> Sno Month Saving 1 January $100 2 February $80 </pre>