You've probably noticed a bunch of meta tags in our code samples. What do they do? <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> The above tag tells the web container that the content type of the page is HTML and the character encoding is UTF-8. Read More →
