Skip to content

Instantly share code, notes, and snippets.

@gusaaaaa
Created August 16, 2014 19:00
Show Gist options
  • Save gusaaaaa/1827afbee48e1f11a713 to your computer and use it in GitHub Desktop.
Save gusaaaaa/1827afbee48e1f11a713 to your computer and use it in GitHub Desktop.
Ejercicio para scrapatón
<html>
<head>
<title>Noticias</title>
</head>
<body>
<h1>Últimas noticias del día</h1>
<h2>Gaza: en medio de la tregua,
celebraron un casamiento en una
escuela de la ONU</h2>
<p>La pareja tenía previsto <a href=
“noticia2312.html”>...</a></p>
<h2>Subas en el gas: aún se puede
evitar la quita de<br>subsidio</h2>
<p>Ante los recientes aumentos <a
href=“noticia2313.html”>...</a></p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment