Hello panda

Selasa, 23 Agustus 2016

Pre Format ii




<html>
<head>
<title>Tag Preformatted</title>
</head>
<body>
<pre>
This section provides a brife overview of the menus in
Dreamweaver
  The file menu and Edit menu contain the standard menu
  items or File and Edit 
menus, Such as New, Open, Save,Save All, Cut,Copy,
Paste,
Undo,and Redo
</pre>
<pre>
Ini adalah 
preformatted text.
Menampilkan       spasi
Dan line break apa adanya.
</pre>
<p>Tag PRE cocok digunakan untuk menampilkan kode bahasa
pemrograman komputer :</p>
<pre>
for i = 1 to 10
    print i
next i
</pre>
</body>
</html>



Tidak ada komentar:

Posting Komentar