pemograman web

On Sabtu, 20 Agustus 2016 0 komentar

<html>
<head>
<title>Tag Preformatted</title>
</head>
<body>
<pre>
This section provides a briefoverview of the menus in DreamWeaver.
  The File menu and Edit menu contain the standard menu items for File and Edit.
menus, such as New, open, Save, sAVE All, cut, copy, paste,
undo,and Redo
</pre>
<pre>
Ini adalah
preformatted text.
Menapilkan         spasi
Dan line break apa adanya.
</pre>
<p>Tag PRE cocok di gunakan untuk menampilkan kode bahasa pemograman komputer :</p>
<pre>
for i = 1 to 10
     print i
next i
</pre>
</body>
</html>

0 komentar:

Posting Komentar