HtmL

 <html lang="id">

<head>
  <meta charset="UTF-8">
  <title>Lingkaran: luas dan keliling — kalkulator, rumus online</title>
</head>
<body>

       <h2>Kalkulator</h2>
       <h3 id="error1">Masukkan 1 nilai</h3>
       <table class="result">
        <tbody>
         <tr>
          <td><span class="prom">r = </span></td>
          <td><input type="tel" name="polomer"></td>
         </tr>
         <tr>
          <td><span class="prom">d = </span></td>
          <td><input type="tel" name="prumer"></td>
         </tr>
        </tbody>
       </table>
   
      <!-- reklamaB -->
      <div class="okraj">
       <div class="tlacitka">
        <input type="submit" value="Hitung">
        <input type="reset" value="Hapus">
       </div>
       <table class="result">
        <tbody>
         <tr>
          <td>luas <span class="prom">L = </span></td>
          <td><input type="text" class="vysl" name="obsah" readonly></td>
         </tr>
         <tr>
          <td>keliling <span class="prom">K = </span></td>
          <td><input type="text" class="vysl" name="obvod" readonly></td>
         </tr>
        </tbody>
       </table>
      </div>
    </body>
</html>

Komentar

Postingan populer dari blog ini

BLOGSOURCE

BASIS DATA