Home » , » Learn HTML Part 2 | itfasilkom

Learn HTML Part 2 | itfasilkom

Posted by ITFasilkom Tutorial IT Programming on Saturday, November 24, 2012

Posting saya ini adalah lanjutan dari Part 1 . Saya sarankan silahkan pahami dahulu materi di Part 1 dan kerjakan contoh soalnya sebelum lebih jauh ke part 2 karena di postingan saya selanjutnya akan langsung membahas atribut-atribut tambahan di html beserta contoh lainnya.

Address and Email
<address>
PT.ITFasilkom Coorp
St.Soedirman Raya 32 West
New York City
USA
<a href="mailto:pungki.it@gmail.com">Email us</a>
</address>

Deleted
Tag html ini sama seperti strikethougt pada ms.word
<p>Budi adalah seorang ? Pria atau <del>Wanita</del> </p>


 Preformatted text
 How to control the line breaks and spaces with the pre tag.
<pre>
for (i=0;i<a;i++)
       {
           contoh code script;
       }
</pre>

Computer output
tags:How different "computer output" tags will be displayed.

<code>Computer code </code>
<kbd>Keyboard input</kbd>
<tt>Teletype text </tt>
<samp>Sample text </samp>
<var> Computer Variable</var>

Abbreviations and Acronyms

<p> Organisasi<abbr title="Partai Komunis Indonesia">PKI</abbr> </p>

Text Direction
membalikkan huruf / kata

<bdo dir="rt1">
Semarang kota kenangan
</bdo

Quotations
How to handle long and short quotations.

<blockquote>
Semarang, 28 Januari 2012
Yth. PT. ItFasilkom
ditempat
</blockquote>

untuk latihan silahkan browsing atau buat page yang ada di koran. Masukkan gambar dan gunakan tag html yang sudah kami jelaskan di atas

Sekian dulu ya :)


0 comment:

Post a Comment