“Cómo redirigir automáticamente en HTML” Código de respuesta

Autoredirect html

<meta http-equiv = "refresh" content = "0; url = <Where you want it to go>" />
Careful Chamois

Cómo redirigir automáticamente en HTML

<!DOCTYPE html>
<html>
   <head>
      <title>HTML Meta Tag</title>
      <meta http-equiv = "refresh" content = "3; url = https://www.qries.com" />
   </head>
</html>
Misty Meerkat

Respuestas similares a “Cómo redirigir automáticamente en HTML”

Preguntas similares a “Cómo redirigir automáticamente en HTML”

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código