-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path2.html
More file actions
42 lines (37 loc) · 1.59 KB
/
2.html
File metadata and controls
42 lines (37 loc) · 1.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!doctype html>
<head>
<title> WEB1- html </title>
<meta charset="utf-8">
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1><a href="index.html"> CHINESE </a> </h1>
<div id="grid">
<ol>
<li><a href="1.html">ENGLISH</a></li>
<li><a href="2.html">CHINESE</a></li>
<li><a href="3.html">PROGRAMMING</a></li>
</ol>
<div id="article">
<h2>Motivational quotes</h2>
<a style="font-style:italic;" href="https://www.oberlo.com/blog/motivational-quotes">Motivational quotes</a> can help you reach your potential each day. Sure, they’re just words. But they’re positive words. And if you’re on the verge of giving up or struggling to push yourself to the next level, sometimes that’s just what you need. So whether you’re trying to finish a project, start a new side hustle, or hit that big life goal, knowing how to motivate yourself and train your brain for success can help. So, let’s dive into what is motivation, how to motivate yourself, and the motivational quotes of the day that’ll get you back on track. These motivational quotes will give you the jumpstart your day needs, so don’t forget to bookmark this page.
<table id="table" style="width:100%">
<tr>
<th>Firstname</th>
<th>Lastname</th>
<th>Age</th>
</tr>
<tr>
<td>Jill</td>
<td>Smith</td>
<td>50</td>
</tr>
<tr>
<td>Eve</td>
<td>Jackson</td>
<td>94</td>
</tr>
</table>
</div>
</div>
</body>