Blog là gì? Cách tạo Blog với 5 bước đơn giản
Đối với hầu hết mọi người, blog đại diện cho cơ hội chia sẻ suy nghĩ, ý tưởng và sở thích với tất cả mọi người trong thế giới trực tuyến. Điều này mở nguồn cho ý tưởng về một nhật ký web – nhật ký trực tuyến. Giống như một nhật ký trên Internet.…
Code HTML: Auto Page Refresh
There are multiple solutions for this. If you want the page to be refreshed you actually don’t need JavaScript, the browser can do it for you if you add this meta tag in your head tag. Example <meta http-equiv=”refresh” content=”30″/> The browser will then refresh the page every 30 seconds. You can refresh a web…
Read More