..


Sponsored Links

It 'can do a redirect with HTML?

Yes you can. It 'can do a simple timed redirects simply using metatags. Here's an example:






 <META HTTP-EQUIV="REFRESH" CONTENT="10; URL=http://www.nuovosito.com">



The meta tag is the same used to manage a simple page refresh .
The central elements of our Code is the CONTENT attribute and are separated by a semicolon:
  • the first value (numeric) represents the number of seconds to wait;
  • the second value (the landing page URL =...).

In the same category ...
E-Learning
CSS (Course) CSS (Course)
Web Design and Accessibility according to W3C CSS and XHTML. Starting from 29 €.
HTML (Course) HTML (Course)
The markup language for the Web from 29 €.
Web Design (Course) Web Design (Course)
Design Web Sites with HTML, CSS and Dynamic HTML. From 39 €.
Sponsored Links