Submit Your Site To The Web's Top 50 Search Engines for Free!       ExactSeek: Relevant Web Search

Visitors

Flag Counter

Total Pageviews

Tuesday, February 19, 2013

Introduction to CSS

Used to facilitate in designing web-based script. HTML can be inserted in the script. Facilitate the setting web page. Menghemt script. Here's a simple example of the use of scripts on <body>.


<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
  <TITLE> Form Motor </TITLE>
  <link href="" rel="" />
  
  <!-- Section CSS -->
  <style type='text/css'>
     body { color      : yellow;
            background : white;
             font-family: verdana}
    
      b { color      : yellow;
          font-size  : 12px;}
  </style>
</HEAD>

<!-- Section body-->
<BODY>
<form name='bicyle' method='' action=''>
  <center><b>Bicyle<b></center>
  <table align='center'>
    <tr><td colspan='2'><hr size='2' color='#00FFFF'></td></tr>
    <tr>
      <td>Kode Motor</td>
     <td><input type='text' name='kdmtr' size='5' maxlength='5'> Ketik 5 digit</td>
     </tr>
     <tr>
       <td>Merk Motor</td>
       <td><select name='nmmtr'>
                   <option>-- Pilih --</option>
                   <option value='m1'>Honda</option>
                   <option value='m2'>Yamaha</option>
                   <option value='m3'>Suzuki</option>
            </select></td>
     </tr>
     <tr>
       <td>Warna Motor</td>
       <td><select name='wrnmtr'>
                   <option>-- Pilih --</option>
                   <option value='w1'>Merah Hitam</option>
                   <option value='w2'>Putih Hitam</option>
                   <option value='w3'>Silver Hitam</option>
               </select></td>
     </tr>
     <tr>
       <td>Harga Motor Rp.</td>
       <td><input type='text' name='hrgmtr' size='15' maxlength='10'></td>
     </tr>
     <tr><td colspan='2'><hr size = '2' color = '#00FFFF'>
    </td>
</tr>
     <tr><td>&nbsp;</td></tr>
     <tr>
       <td colspan='2' align='center'>
            <a href="infomotor.php">Tampil</a>
          <a href="index.html">Home</a>
       </td>
     </tr>
  </table>
</form></BODY></HTML>

0 comments

Post a Comment

loading