Jumat, 12 Oktober 2012

CONTOH PROGRAM HTML

Leastingnya :

<html>
 <head>
  <title>New Doc</title>
 </head>
 <body bgcolor=white text=black>
  <h2>New Doc</h2>
  by <a href="/">MUHRIM MAUDARA</a>, revised September 30, 2012
  <hr>
  introductory text
  <h3>First Subhead</h3>
  more text
  <p>
  yet more text
  <h3>Second subhead</h3>
  concluding text
  <hr>
  <a href="mailto:muhrimmaudara@rocketmail.com">
   <address>muhrimmaudara@rocketmail.com</address>
  </a>
 </body>
</html>

 

Tampilannya :

New Doc

by MUHRIM MAUDARA, revised September 30, 2012
introductory text

First Subhead

more text yet more text

Second subhead

concluding text
muhrimmaudara@rocketmail.com

Tidak ada komentar:

Posting Komentar