Testowa: Różnice pomiędzy wersjami

Z Akademicki 7.6 wiki
(Utworzono nową stronę "<table> <tr> <th>Company</th> <th>Contact</th> <th>Country</th> </tr> <tr> <td>Alfreds Futterkiste</td> <td>Maria Anders</td> <td>Germany</td> </tr> <tr> <td>Centro comercial Moctezuma</td> <td>Francisco Chang</td> <td>Mexico</td> </tr> </table>")
 
Nie podano opisu zmian
Linia 1: Linia 1:
<table>
<input type="text" id="myInput" onkeyup="myFunction()" placeholder="Search for names..">
   <tr>
 
     <th>Company</th>
<table id="myTable">
    <th>Contact</th>
   <tr class="header">
     <th>Country</th>
     <th style="width:60%;">Name</th>
     <th style="width:40%;">Country</th>
   </tr>
   </tr>
   <tr>
   <tr>
     <td>Alfreds Futterkiste</td>
     <td>Alfreds Futterkiste</td>
    <td>Maria Anders</td>
     <td>Germany</td>
     <td>Germany</td>
   </tr>
   </tr>
   <tr>
   <tr>
     <td>Centro comercial Moctezuma</td>
     <td>Berglunds snabbkop</td>
     <td>Francisco Chang</td>
     <td>Sweden</td>
     <td>Mexico</td>
  </tr>
  <tr>
    <td>Island Trading</td>
    <td>UK</td>
  </tr>
  <tr>
    <td>Koniglich Essen</td>
     <td>Germany</td>
   </tr>
   </tr>
</table>
</table>

Wersja z 13:17, 29 sie 2023

<input type="text" id="myInput" onkeyup="myFunction()" placeholder="Search for names..">

Name Country
Alfreds Futterkiste Germany
Berglunds snabbkop Sweden
Island Trading UK
Koniglich Essen Germany