Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

<meta charset="utf-8" />

Featured Replies

Hello All,

 

I was wondering if someone could explain to me what the <meta charset="utf-8" /> is and how it works?

 

Thank you as always,

 

Best wishes

Graeme

It's all explained here http://en.wikipedia.org/wiki/Character_encoding

 

Essentially it tells a browser how to apply font characters.

 

The only important thing I've learnt is that when using charset="utf-8" you often need to use the character equivalent from here http://www.tedmontgomery.com/tutorial/HTMLchrc.html like & instead of & or 163; (no space between and 163;) instead of £, not the keyboard symbol otherwise validation raises an error. Other charsets like ISO 8859-1 don't need character codes usually but ISO 8859-1 is out of date for most websites.

Edited by Wickham

One thing which is probably pointless telling you this, but the XHTML syntax you have there - <meta charset="utf-8" /> isn't needed anymore for HTML5 you can type it like this - <meta charset=utf-8>

 

Handier, easier to remember and cleaner.

Same with DOCTYPE!

 

It can be typed as follows. <!DOCTYPE html> thats it.

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.