Anak Rantau. Powered by Blogger.

Search This Blog

Saturday, December 17, 2011

Learning Basic HTML (Part 2)

In this post I will discuss the use of tag <br> to create a new line, tag <hr> to create horizontal lines, &copy; to display characters © and &reg; to display character ®.
&copy; and &reg; tag can also be displayed as the title of web pages.

Pada postingan kali ini saya akan membahas pemakaian tag <br> untuk membuat baris baru, tag <hr> untuk membuat garis horisontal, &copy; untuk menampilkan kharakter © dan &reg; untuk menampilkan kharakter ®
Tag &copy; dan &reg; bisa juga ditampilkan sebagai title halaman web.
Contoh pemakaian tag HTML tersebut dan tampilannya di web seperti dibawah ini.

<html>
<head>
<title>Coba&reg;</title>
</head>

<body>
<hr>
<b>&copy;</b>
<br>
<b>&reg;</b>
<hr>
</body>
</html>


Semoga bermanfaat.

3 comments:

  1. Mari belajar ngeblog...
    salam


    happy blogging sobat

    ReplyDelete
  2. hahaha... pertama kali saya belajar programming tuh.. XD

    ReplyDelete
  3. @Taman Bacaan > Sama-sama Sobat, Happy Blogging Too.
    @Arif Chasan > Iya Sob, pelajaran dasar hehe...

    ReplyDelete

Maaf, komentar SPAM akan langsung dihapus :)

Statistik Blog

Check PageRank

Statistik Blog

  © Blogger template The Beach by Ourblogtemplates.com 2009

Back to TOP