Skip to content

Instantly share code, notes, and snippets.

@SyNeto
Created October 4, 2017 00:30
Show Gist options
  • Save SyNeto/f9869ea473bc1ea71d78df0269d4e0fe to your computer and use it in GitHub Desktop.
Save SyNeto/f9869ea473bc1ea71d78df0269d4e0fe to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="es-MX">
<head>
<meta charset="utf-8">
<title>Space Monkey</title>
</head>
<body>
<p>áéíóú</p>
<h1>Heding de primer nivel</h1>
<h2>Heding</h2>
<h3>Heading</h3>
<!-- ... -->
<h6>Heading</h6>
<p>parrafo 1</p>
<p>Parrafo 2</p>
<a target="_blank" href="http://google.com">Google</a>
<div>
<ul>
<li>item 1</li>
<li>item 2</li>
<li>item 3</li>
</ul>
</div>
<ol>
<li>item 1</li>
<li>item 2</li>
<li>item 3</li>
</ol>
<p>hola <span>mundo</span></p>
<p>hola <span>mundo</span></p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment