View difference between Paste ID: QvZMAgXE and ca7YUj4z
SHOW: | | - or go back to the newest paste.
1
<!DOCTYPE html>
2
<html>
3
<head><title>Mis listas</title><meta charset="utf-8"/>
4
</head>
5
<body>
6
<h3>My unordered list</h3>
7
<ul>
8
<li>Washer(Lavadora)</li>
9
<li>Mouse(Raton)</li>
10
<li>Blender(Licuadora)</li>
11
<li>Screwdriver(desarmador)</li>
12
</ul>
13
<br/><br/>
14
<h1>My ordered list</h1>
15
<ol>
16
<li>Open a tag</li>
17
<li>Paste the URL:www.p2pu.org</li>
18
<li>Search HTML5 courses</li>
19
<li>Register</li>
20
</ol>
21
<br/>
22
 or you can click <a href="https://p2pu.org/es/groups/html-introduction/">here </a>
23
</body>
24
</html>