-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathintroduction1.html
More file actions
47 lines (39 loc) · 1.25 KB
/
introduction1.html
File metadata and controls
47 lines (39 loc) · 1.25 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
43
44
45
46
47
<!doctype html>
<html lang="en">
<style>
blockquote{
display: block;
margin-top: 1em;
margin-bottom: 1em;
margin-block-start: 40px;
margin-block-end: 100px;
}
</style>
<head>
<meta charset="UTF-8">
<title>Adolfo Barrientos</title>
<!-- This is a comment-->
</head>
<body>
<blockquote cite="http://www.worldwildlife.org/who/index.html">
For 50 years, WWF has been protecting the future of nature. The world's leading conservation organization, Pneumonoultr<wbr>amicroscopicsilicovolcanoconiosis <abbr title="World Wildlife Federation">WWF</abbr> works in 100 countries and is supported by 1.2 million members in the United States and close to 5 million globally.
</blockquote>
<pre>
Life is a journey.
Enjoy the ride.
</pre>
<p>This is a quote
<q>Lorem ipsum dolor sit amet consectetur, aadipisicing elit. Quisquam, omnis.</q>
<cite>Professor nobody</cite>
</p>
<p> This is <strong>normal</strong> text. </p>
<div>
Today's Temperature: <br>
<del>High: 85</del> <ins>High: 70</ins> Low: 67
</div>
<p>This text contains <sup>superscript</sup> text.</p>
<p>This text contains <sub>subscript</sub> text.</p> ✓ < > &
<p>This is <em>normal</em> text.</p>
<p><small>This is small text.</small></p>
</body>
</html>