Swedish–English–Interlingua – Finnish Frequency Table

Bordered Table [1

Use the CSS border property to add a border to the table.

Swedish English Interlingua Finnish
Jag I Io Minä
Det The, it Le Määrätty artikkeli
Vara To be Esser Olla
Vara Article Articulo, mercantia Tavara

HTML code for the table in the WordPress Code Editor

<style>
table, th, td {
   border: 1px solid black;
}
</style>

<h2>Bordered Table</h2>
<p>Use the CSS border property to add a border to the table.</p>

<table style=”width: 100%;”>
   <tbody><tr>
     <th>Swedish</th>
     <th>English</th>
     <th>Interlingua</th>
         <th>Finnish</th>
   </tr>
   <tr>
     <td>Jag</td>
     <td>I</td>
     <td>Io</td>
         <td>Minä</td>
   </tr>
   <tr>
     <td>Det</td>
     <td>The, it</td>
     <td>Le</td>
         <td>Määrätty artikkeli</td>
   </tr>
   <tr>
     <td>Vara</td>
     <td>To be</td>
     <td>Esser</td>
         <td>Olla</td>
   </tr>
   <tr>
     <td>Vara</td>
     <td>Article</td>
     <td>Articulo, mercantia</td>
         <td>Tavara</td>
   </tr>
</tbody></table>

Unfortunately, you have to keep on adding rows and columns and their texts manually, if you don’t have WYSIWYG –Web Editor. There you can use keyboard buttons to move in the table.

The Post in the WordPress Text Editor

4 Languages Frequency Table


[1 According to Swedish Frequency Dictionary, Essential Vocabulary, ISBN 978-94-92637-04-8 these words are most often used in Swedish: 1) Jag, 2) Det, 3) Vara etc

I am on the second page of the word list and I have already found errors. The book says that the English equivalence for Han is It. In some cases, this is true but for most of the times Han means He. This is proved by the book itself with this example:

Han älskade att resa = He loved to travel.

Facebooktwitterlinkedinrss
Facebooktwitterredditpinterestlinkedinmail
Kategoria(t): Demokratia, In English, Kielet, Ruotsin kieli, Suomen kieli, Tietotekniikka. Lisää kestolinkki kirjanmerkkeihisi.