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.

Do I need the meta http-equiv tag?

Featured Replies

Hi

 

I was wondering if I need to include a meta http-equiv tag on my pages. I see that most good websites have it.

 

I do have DOCTYPE on all my pages. I don't know exactly what the meta http-equiv tag does.

 

So do I need it? thanks

Hi

 

I was wondering if I need to include a meta http-equiv tag on my pages. I see that most good websites have it.

 

I do have DOCTYPE on all my pages. I don't know exactly what the meta http-equiv tag does.

 

So do I need it? thanks

 

<meta http-equiv="http-header" content="data">

 

this line changes a HTTP header if you are unable to directly. There is very little need for this these days.

 

So no, you shouldnt need to use HTTP-Equiv :)

 

Mikey

  • Author

I didn't exactly understand what you meant by "it changes the HTTP header if you are unable to directly".

 

But as I understand, the main idea is that it's not necessary to use this meta tag

 

Thanks!

When you request a webpage. You first receive HTTP Headers, and then the document.

 

So.. If u requested www.google.co.uk, you will get back;

 

HTTP/1.1 200 OK

Date: Sun, 20 Jun 2010 19:58:40 GMT

Expires: -1

Cache-Control: private, max-age=0

Content-Type: text/html; charset=UTF-8

Server: gws

X-XSS-Protection: 1; mode=block

Connection: close

 

<html><hea....

 

These are called headers. The <meta http-equiv="http-header" content="data"> edits these headers :)

 

<meta http-equiv="Server" content="gws2"> <= changes the header from gws to gws2.

 

Mikey

 

I didn't exactly understand what you meant by "it changes the HTTP header if you are unable to directly".

 

But as I understand, the main idea is that it's not necessary to use this meta tag

 

Thanks!

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.