HTML/CSS/Text Tags/listing

Материал из Web эксперт
Перейти к: навигация, поиск

"listing" displays text in a fixed-width font

   <source lang="html4strict">
   

<html> <head> <title>listing element example</title> </head> <body>

  
      <listing style="font-weight:normal">
      first line
      
second line
third line
fourth line
</listing>

</body> </html>


     </source>