Introduction:
The HTML
Example:
The HTML
pre
tag is used for indicating preformatted text. The code tag surrounds the code being marked up.Browsers normally render pre
text in a fixed-pitched font, with whitespace in tact, and without word wrap.Example:
<html> <head> <title>HTML pre Tag</title> </head> <body> <pre>This text has been formatted using the HTML pre tag. The brower should display all white space as it was entered. </pre> </body> </html>
0 comments :
Post a Comment