Jumat, 12 Agustus 2016

Tugas Pre Format 3

<html>
<head>
<title>Tag Preformantted</title>
</head>
<body>
<pre>
This section provides a brief overview of the menus in Dreamweaver.
   The File menu and Edit menu contain the standart 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.
Menampilkan       sepasi
Dan line break apa adanya
</pre>
<p>Tag PRE cocok digunakan untuk menampilkan kode bahasa pemograman komputer :<p>
<pre>
for i= 1 to 10
    print i
next i
</pre>
</body>
</html>

Tidak ada komentar:

Posting Komentar