Follow Me

Tag Archive | "UTF-8 character"

Html Meta Tags with example

Friday, May 21, 2010

0 Comments

Meta Tags – Meta tags are information inserted into the “head” area of your web pages. Meta information basically deals with browser. Meta tags, for example, can tell a browser what “character set” to use like UTF-8 character encoding also for redirection purpose. For character encoding - <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> For current page refresh <meta http-equiv="refresh" content="500"> For [...]

Continue reading...