-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTcrown.html
More file actions
33 lines (30 loc) · 955 Bytes
/
Copy pathTcrown.html
File metadata and controls
33 lines (30 loc) · 955 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PAGE4</title>
<style>
body {
background-color: lightsalmon;
text-decoration: solid;
text-align: center;
}
h1 {
text-emphasis: none;
}
p {
color: red;
}
</style>
</head>
<body>
<strong><h1> WHAT YOU SHOULD KNOW !!!</h1></strong>
<h1> Greatness may be attributed to those who exhibit strong leadership qualities, inspire others,
and have a clear vision for positive change.
The greatness of a person is sometimes measured by their adherence to
ethical and moral principles,
as well as their commitment to justice, fairness, and compassion.</h1>
<p>Click to go back <a href="./index.html">home</a>
</body>
</html>