-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfirst.html
More file actions
25 lines (25 loc) · 780 Bytes
/
first.html
File metadata and controls
25 lines (25 loc) · 780 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
<html>
<head><title>page 1</title>
</head bgcolor="#000060">
<body>
<p align="center">This is a paragraph</p>
<p>This is another paragraph</p>
<p>This is <br />a line break</p>
<!— This is a comment —->
<p align="center">
<img src="UNADJUSTEDNONRAW_thumb_166.jpg" height=50%" width="50%" border="10px" alt="Murray quote" />
<p>
<a href="https://infed.org/mobi/murray-bookchin-social-anarchism-ecology-education/"> infed on Bookchin target="_blank"</a>
<ul>
<li>equality of unequals</li>
<li>irreducible minimum</li>
<li>usufruct</li>
<li>complimentarity</li>
</ul>
<form>
<input type="text" name="username" /><br />
<input type="password" name="password" />
</form>
<iframe height="150" width="300" src="https://www.youtube.com/watch?v=rwp3CQVzzak"></ iframe>
</body>
</html>