Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/wiki.remmina.org.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTukusej’s Sirs <tukusejssirs@protonmail.com>2021-07-18 17:38:00 +0300
committerRemmina Bot <admin@remmina.org>2021-07-18 17:38:00 +0300
commitd40819d4b6e0a5e5fed6c7376dce4acb17637fe4 (patch)
tree316f0ab7e1ff694cd816fbeab9cd301a8748d459
parent24218e325eed458d4d0eb37dffd4084b6c55f60b (diff)
docs: update test_js_4
-rw-r--r--test_js_4.html30
1 files changed, 25 insertions, 5 deletions
diff --git a/test_js_4.html b/test_js_4.html
index 54b9963..15476bf 100644
--- a/test_js_4.html
+++ b/test_js_4.html
@@ -2,7 +2,7 @@
title: test_js_4
description:
published: true
-date: 2021-07-18T14:36:13.345Z
+date: 2021-07-18T14:37:56.652Z
tags:
editor: code
dateCreated: 2021-07-18T10:35:58.314Z
@@ -10,10 +10,30 @@ dateCreated: 2021-07-18T10:35:58.314Z
<table>
<thead>
- <tr>header</tr>
- </thead>
- <tbody>
- <tr>content</tr>
+ <tr>
+ <th>header1</th>
+ <th>header2</th>
+ <th>header3</th>
+ </tr>
+ </thead>
+ <tbody>
+ <tr>
+ <td>text1.1</td>
+ <td>text1.2</td>
+ <td>text1.3</td>
+ </tr>
+ <tr>
+ <td>text2.1</td>
+ <td>text2.2</td>
+ <td>text2.3</td>
+ </tr>
+ <tr>
+ <td>text3.1</td>
+ <td>text3.2</td>
+ <td>text3.3</td>
+ </tr>
+ <tr>
+ </tr>
</tbody>
</table>