Kamis, 22 Februari 2018

Cara Membuat Tabel di Notepad++
<html>
<head>
<title>TABEL</title>
<body>
      <h2>TABEL<h2>
 <html>

<table border="2">
     <h4>Tabel 1</h4>
    <tr>
        <td width='100px'height='20px'></td>
    </tr>
<tr>
<table border="2">
      <h4>Tabel 2</h4>
    <tr>
          <tr>
   
<td width='100px' height='20px'></td>
<td width='100px' height='20px'></td>

   
    </tr>
<table border="2">
     <h4>Tabel 3</h4>

    <tr>
     <td width='100px' height='20px'></td>
    </tr>
<tr>
      <td width='100px' height='20px'></td>
    </tr>

<table border="2">
     <h4>Tabel 4</h4>
 <tr>
   
<td width='100px' height='20px'></td>
<td width='100px' height='20px'></td>
      </tr>
 <tr>

<td width='100px' height='20px'></td>
 <td width='100px' height='20px'></td>
    </tr>

      <table border="2">
     <h4>Tabel 5</h4>
     <tr>
        <td colspan="10" width='100px' height='20px'></td>
    </tr>
    <tr>
        <td width='100px' height='20px' </td>
        <td width='100px' height='20px'</td>
    </tr>

</body>
</head>
</html>
 hasil


Tidak ada komentar:

Posting Komentar

Perbedaan VLAN dan LAN

Perbedaan VLAN dan LAN   Virtual LAN  atau disingkat  VLAN merupakan sekelompok perangkat pada satu LAN atau lebih yang dikonfiguras...