Skip to content

Commit

Permalink
Create structure.html
Browse files Browse the repository at this point in the history
  • Loading branch information
teacher-mrdv committed Nov 10, 2022
1 parent 977c8e3 commit 15690d5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions structure.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<title>Home page</title>
<link rel="stylesheet" href="styles.css" type="text/css">
</head>
<body>
<table border="2px">
<thead>
<td>1</td> <td>2</td> <td>3</td>
</thead>
<tr> <td>a</td> <td>b</td> <td>c</td> </tr>

</table>
</body>
</html>

0 comments on commit 15690d5

Please sign in to comment.