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
<nav>
9
<a href="/html/">HTML</a> |
10
<a href="/css/">CSS</a> |
11
<a href="/js/">JavaScript</a> |
12
<a href="/jquery/">jQuery</a>
13
</nav>
14
<article>
15
<header>
16
<h1>What Does WHO Do?</h1>
17
<p>About WHO:</p>
18
</header>
19
<p>The World Health Organization is a specialized agency of the United Nations responsible
20
for international public health. The WHO Constitution, which establishes the agency's
21
governing structure and principles, states its main objective as "the attainment by all peoples of the
22
highest possible level of health"
23
</p>
24
<footer>
25
<p>Author: Shariar Sarkar</p>
26
<p><a href="mailto:shariar@example.com">shariar@example.com</a></p>
27
</footer>
28
</article>
29
</body>
30
</html>
CSS
โx
1
โ
JavaScript
1
1
โ
Output: