تحرير مدونة:
نرى النتيجة »
انها محاولة لنفسك - ©
w3ii.com
<
!DOCTYPE
html
>
<
html
>
<
body
>
<
pre
>
Text in a pre element
is displayed in a fixed-width
font, and it preserves
both spaces and
line breaks
<
/pre
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <body> <pre> Text in a pre element is displayed in a fixed-width font, and it preserves both spaces and line breaks </pre> </body> </html>