Contoh: pre.html
<!DOCTYPE HTML>
<html>
<head>
<title>Contoh tag pre</title>
</head>
<body>
<pre>
Teks ini akan ditampilkan di browser
seperti ini juga.
Oke!
</pre>
</body>
</html>
Output:
Tampilan tag pre di Firefox. |
Contoh: pre2.html
<!DOCTYPE HTML>
<html>
<head>
<title>Contoh tag pre</title>
</head>
<body>
<pre>
p{
font-size:12px;
}
body{
margin:0 auto;
width: 900px;
}
</pre>
</body>
</html>
Output:
Pemformatan persis seperti saat ditulis di editor. |
Referensi tulisan:
- <pre>; ditulis oleh: Kontributor MDN, developer.mozilla.org, diakses 04 Desember 2014.
About MDN by Mozilla Contributors is licensed under CC-BY-SA 2.5.
No comments:
Post a Comment