Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <meta name="author" content="Juan Diego Bedoya Gutiérrez">
  <title>Trabajo para Alura</title>
</head>
<body>
  <h1>Otro práctica con HTML5</H1>
  <br>
  <br>
  ¿Será ésto realmente un programa?
  Descubralo <a href="https://developer.mozilla.org/es/docs/Web/HTML" target="_blank">aquí</a>
  <br>
  <br>
  Ingresa <a href="https://developer.mozilla.org/es/docs/Web/JavaScript" target="_blank">aquí</a>
  para ver un verdadero lenguaje de programación.
  
  <script type="text/javascript">
    alert("Ésto si es un lenguaje de programación");
  </script>
</body>
</html>
Output

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
anonymouspro
0viewers