web:codding:html5:redirection_web
Comment créer une redirection Web temporisée
Voici un exemple de redirection Web:
Structure HTML par defaut \\ <!DOCTYPE html> <html> <head> <meta charset="UTF-8"> -------> Encodage de la page <title>Home page®</title> ----> Titre de la page <meta http-equiv="refresh" content="8; URL=Advanced.html"> -------> Redirection </head> <body> </body> </html>
Redirection apres 8 sec vers l'url ou la page web …
— sylvain 2020/02/02 13:06
web/codding/html5/redirection_web.txt · Dernière modification : (modification externe)
