CODIGO
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Trámites de gobierno</title>
</head>
<body>
<h1>GOBIERNO MUNICIPAL DEL MUNICIPIO DE GUADALAJARA</h1>
<h2>Dirección de tránsito y vialidad</h2>
<img src=descarga.png wwidth=10% height=10%>
<br><br>
<script>
function saltarLinea() {
document.write("<br>");
document.write("<br>");
document.write("<br>");
}
function imprimir(frase) {
document.write(frase);
saltarLinea();
}
var nombre = prompt("Por favor, indíquenos su nombre")
var edad = parseInt(prompt("¿Cuál es tu edad?"));
var tieneLicencia = prompt("¿Tienes licencia? Responde S o N");
if (edad >= 18) {
if (tieneLicencia == "S", "s")
imprimir("Apreciable ciudadano: " + nombre + ". <h2>¡Felicidades! Puedes conducir</h2>");
}
else {
imprimir("Apreciable ciudadano: " + nombre + ". <h2>¡Lo sentimos! No puedes conducir. <br> Es necesario: <br> -Contar con la edad establecida por el reglamento de tránsito. <br> -Contar con su credencial de conducir.</h2>")
}
</script>
</body>
</html>
RESPUESTA SI
RESPUESTA NO
DATOS