Posted by : Latif blog
Minggu, 14 Agustus 2016
<html>
<head>
<title>Tag Preformatted</title>
</head>
<body>
<pre>
This section provides a brief overview of the menus in dreamweaver.
The File menu and Edit menu contain the standard menu item for 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 pemprograman komputer :</p>
<pre>
for i = 1 to 10
print i
next i
</pre>
</body>
</html>