Pemformatan
Teks dan
Paragraf Web
Sesi 3
Pada kesempatan ini saya akan menampilkan beberapa Program HTML:
Hasilnya:
Source Code HTML:
Hasilnya:
Source Code HTML:
Sesi 3
Pada kesempatan ini saya akan menampilkan beberapa Program HTML:
1. Format Teks.html:
Dan ini hasilnya:
Ini Source Codenya:
<html> <head> <title>Format Teks</title> </head> <center> <pre> ----------Muhamad Alfi Rizqi---------- ---------- XI RPL 1 ---------- </pre> <body> <p> <b>Tulisan ini ditebalkan</b> </p> <p> <strong>Tulisan ini ditebalkan(strong)</strong> </p> <p> <em>Tulisan ini miring (emphasize)</em> </p>
2.Format Teks bagian dua.html:
Hasilnya:
Source Code HTML:
<p> <big>Tulisan ini besar(big)</big> </p> <center> <pre> ----------Muhamad Alfi Rizqi---------- ---------- XI RPL 1 ---------- </pre> <p> <i>Tulisan ini miring(italic)</i> </p> <p>Tulisan ini<sub>subscript</sub> </p> <p>Tulisan ini<sup>supercript</sup> </p> </body> </html
3.PreFormat.html:
hasilnya:
Source Code HTML:
<html> <head> <title>Preformat</title> </head> <center> <pre> ----------Muhamad Alfi Rizqi---------- ---------- XI RPL 1 ---------- </pre> <body> <H2>Daftar harga keladi:</h2> <pre> Red Flash...........35.000 Red Fire............60.000 Fannie Maunson......60.000 </pre> Harga sewaktu waktu bisa berubah. </body> </html>
4.PreFormat bagian 2:
Hasilnya:
Source Code:
<html> <head> <title>Tag Preformatted</title> </head> <center> <pre> ----------Muhamad Alfi Rizqi---------- ---------- XI RPL 1 ---------- </pre> <body> <pre> This section provides a brief overview 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. Menampilkan spasi Dan line break apa adanya. s e s u a i </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>
5.Quotation:
Hasilnya:
Source Code HTML:
<html> <head> <title>quotation</title> </head> <center> <pre> ----------Muhamad Alfi Rizqi---------- ---------- XI RPL 1 ---------- </pre> <body> tulisan ini BUKAN quotation <blockquote> tulisan ini adalah quotation <br> tulisan ini adalah quotation <br> tulisan ini adalah quotation <br> </blockquote> </body> </html>
6.Raspberry Bakewell Cake:
Hasilnya:
Source Code HTML:
<html> <head><title> Raspberry Bakewell cake </title> </head> <center> <pre> ----------Muhamad Alfi Rizqi---------- ---------- XI RPL 1 ---------- </pre> <body bgcolor="BlanchedAlmond"> <center> <font face="Lucida Handwriting" color="IndianRed"><h1>Raspberry Bakewell cake </h1></font> <h2>This simple almondy cake is a great way of using up pick-your-own raspberries </h2></center> <blockquote> <p> <b>Method</b><br><b>1</b><br> Heat oven to 180C/160C fan/gas 4 and base-line and grease a deep 20cm loose-bottomed cake tin. Blitz the ground almonds, butter, sugar, flour, eggs and vanilla extract in a food processor until well combined. </p> <p><b>2</b><br> Heat oven to 180C/160C fan/gas 4 and base-line and grease a deep 20cm loose-bottomed cake tin. Blitz the ground almonds, butter, sugar, flour, eggs and vanilla extract in a food processor until well combined. </p></blockquote> </body> </html>
7.Crispy and Creamy Doughnut:
Hasilnya:
Source Code HTML:
<html> <head><title> Crispy and Creamy Doughnuts </title> </head> <center> <pre> ----------Muhamad Alfi Rizqi---------- ---------- XI RPL 1 ---------- </pre> <body bgcolor="PowderBlue"> <center> <img width: "250px" src="gambarku/donat.jpg" /> <font face="Corbel"><h1>Crispy and Creamy Doughnuts</h1></font> <p> <b>Method</b><br><b>1</b><br> <font color="SlateBlue" /> In a large bowl, mix together the yeast mixture, milk, sugar, salt, eggs, shortening, and 2 cups of the flour. Mix for a few minutes at low speed, or stirring with a wooden spoon. Beat in remaining flour 1/2 cup at a time, until the dough no longer sticks to the bowl. Knead for about 5 minutes, or until smooth and elastic. Place the dough into a greased bowl, and cover. Set in a warm place to rise until double. Dough is ready if you touch it, and the indention remains. </p> </body> </html>
Comments
Post a Comment