summaryrefslogtreecommitdiffstats
path: root/HTML/Chapter/Ch. 2 hands-on assignments/Ch2_msglm/em.html
blob: 7213b6f444a916178d26c0cda2e2519b7116b631 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html lang="en">
<head>
<title>Blockquote Example</title>
<meta charset="utf-8">
</head>
<body>
<h1>The Power of the Web</h1>
<p>According to Tim Berners-Lee, the inventor of the World Wide Web, at https://www.w3.org/Press/IPO-announce:
</p>
<blockquote>
The power of the Web is in its universality. <em>Access by everyone</em> regardless of disability is an essential aspect.
</blockquote>
</body>
</html>