Category: Html
Jan
23
After try to make my website look good on mobile. I start with no idea to do.
A lot of page on web have a ton of the way to make it's good and easy, But is so complicate to start and not easy
to change my site.
After search for while I found simple w… more »
Jan
17
We can use HTTP-EQUIV="REFRESH" in Header of Html for Redirect your page to other page.
<meta HTTP-EQUIV="REFRESH" content="0; url=http://localhost:8080/index.php" />
content = 0 for adjust time to delay in second.
However, The best way to Re… more »
Recent comments