We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12175de commit 1f7f324Copy full SHA for 1f7f324
Day7-8/task.html
@@ -3,20 +3,23 @@
3
4
<head>
5
<meta charset="UTF-8">
6
+ <title>Document</title>
7
<link rel="stylesheet" href="1.css" type="text/css" />
8
<script type="text/javascript" src="1.js"></script>
9
</head>
10
-<div class="top">
11
- <div class="title">
+<header>
12
+ <div class="top">
13
+ <div class="logo">
14
Logo
15
+ </div>
16
<div class="link">
- <a href="#">Github</a>  
- <a href="#">Register</a>  
- <a href="#">Login</a>  
17
+ <a href="#">Github</a>
18
+ <a href="#">Register</a>
19
+ <a href="#">Login</a>
20
</div>
21
-</div>
22
+</header>
23
24
<body>
25
@@ -142,4 +145,4 @@ <h2>Content10</h2>
142
145
143
146
</body>
144
147
-</html>
148
+</html>
0 commit comments