Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 644e79c

Browse files
exarustshemsedinov
authored andcommitted
Live table index.html is a valid HTML 5 file now (#1)
1 parent 1252a9d commit 644e79c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

‎LiveTable/index.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
<!DOCTYPE html>
2-
<html>
3-
<body>
4-
<h1>Live table</h1>
5-
<table id="table"></table>
2+
<html lang="en">
3+
<title>Live table</title>
64
<style>
75
input { border: 1px solid green; width: 30px; }
86
</style>
7+
<body>
8+
<h1>Live table</h1>
9+
<table id="table"></table>
910
<script>
1011

1112
let table = document.getElementById('table');
@@ -50,4 +51,4 @@ <h1>Live table</h1>
5051

5152
</script>
5253
</body>
53-
</html>
54+
</html>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /