InterviewSolution
 Saved Bookmarks
    				| 1. | 
                                    What is pre tag in html? | 
                            
                                   
Answer» The\xa0HTML\xa0\xa0tag\xa0is used for indicating preformatted text. The code\xa0tag\xa0surrounds the code being marked up. Browsers normally renderpre\xa0text in a fixed-pitched font, with whitespace in tact, and without word wrap.  | 
                            |