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:
Diffstat (limited to 'test_js_4.html')
-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>