HTML
1
2
<html>
3
<head>
4
<meta charset="utf-8">
5
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6
</head>
7
<body>
8
<article>
9
<header>
10
<h1>What Does WHO Do?</h1>
11
<p>About WHO:</p>
12
</header>
13
<p>The World Health Organization is a specialized agency of the United Nations responsible
14
for international public health. The WHO Constitution, which establishes the agency's
15
governing structure and principles, states its main objective as "the attainment by all peoples of the
16
highest possible level of health"
17
</p>
18
<footer>
19
<p>Author: Shariar Sarkar</p>
20
<p><a href="mailto:shariar@example.com">shariar@example.com</a></p>
21
</footer>
22
</article>
23
</body>
24
</html>
CSS
โx
1
โ
JavaScript
1
1
โ
Output: