
lists
By: a guest on
Jun 18th, 2012 | syntax:
HTML 5 | size: 0.51 KB | hits: 42 | expires: Never
<!DOCTYPE html>
<html>
<head><title>Mis listas</title><meta charset="utf-8"/>
</head>
<body>
<h3>My unordered list</h3>
<ul>
<li>Washer(Lavadora)</li>
<li>Mouse(Raton)</li>
<li>Blender(Licuadora)</li>
<li>Screwdriver(desarmador)</li>
</ul>
<br/><br/>
<h1>My ordered list</h1>
<ol>
<li>Open a tag</li>
<li>Paste the URL:www.p2pu.org</li>
<li>Search HTML5 courses</li>
<li>Register</li>
</ol>
<br/>
or you can click <a href="https://p2pu.org/es/groups/html-introduction/">here </a>
</body>
</html>