Skip to main content

Questions tagged [meta]

Meta elements are the HTML or XHTML <meta … > element used to provide structured metadata about a Web page. DO NOT USE this tag for questions about Stack Overflow; post these on meta.stackoverflow.com instead.

1841 votes
24 answers
3.6m views

How to redirect one HTML page to another on load

Is it possible to set up a basic HTML page to redirect to another page on load?
chobo's user avatar
  • 32k
394 votes
8 answers
595k views

What is "X-Content-Type-Options=nosniff"?

I am doing some penetration testing on my localhost with OWASP ZAP, and it keeps reporting this message: The Anti-MIME-Sniffing header X-Content-Type-Options was not set to 'nosniff' This ...
Pringles's user avatar
  • 4,545
151 votes
1 answer
55k views

What's the difference between meta name and meta property?

Two common meta element attributes are: <meta name="" content=""> and <meta property="" content=""> what is the difference between meta name and meta property?
weaveoftheride's user avatar
129 votes
3 answers
61k views

Open graph can resolve relative url?

I'm adding Facebook Open Graph meta tag to my site. For example: <meta property="og:image" content="../images/aa.jpg"/> Does Open Graph take relative URLs? Otherwise, how can I convert a ...
ebattulga's user avatar
  • 10.9k
106 votes
6 answers
546k views

Auto refresh code in HTML using meta tags

I'm trying to refresh the same page but it isn't working. This is my HTML code: <html> <head> <title>HTML in 10 Simple Steps or Less</title> <meta http-equiv=”...
Sourabh's user avatar
  • 1,168
83 votes
4 answers
113k views

Difference between <meta name="title"> tag and <title></title> tag

Please clarify what is the difference between <meta name="title"> tag and <title></title> tag. <title>Page title</title> <meta name="title" content=...
Rajasekhar's user avatar
  • 2,405
72 votes
7 answers
82k views

Achieving min-width with viewport meta tag

I would like my webpage's viewport width to equal device-width as long as device-width > 450px, or 450px otherwise (my layout dynamically scales, but doesn't look good below 450px wide). The ...
Tom G's user avatar
  • 2,045
57 votes
2 answers
57k views

What is X-UA-Compatible when it references IE=edge,chrome=1?

I just saw this meta tag in the wild and was wondering it does and why it's used? <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> Reading the documentation on About.com, it ...
sergserg's user avatar
  • 22.1k
44 votes
12 answers
102k views

Full webpage and disabled zoom viewport meta tag for all mobile browsers

I want my webpage to be full screen and disable zooming on all mobile devices. With the meta tag: <meta name="viewport" content="width=1165, user-scalable=no"> I am able to do this for iPhone/...
user avatar
38 votes
4 answers
48k views

Tensorflow: How to convert .meta, .data and .index model files into one graph.pb file

In tensorflow the training from the scratch produced following 6 files: events.out.tfevents.1503494436.06L7-BRM738 model.ckpt-22480.meta checkpoint model.ckpt-22480.data-00000-of-00001 ...
Rafal's user avatar
  • 479
36 votes
2 answers
35k views

Jquery Select meta[property=og:image]?

I want to select in Jquery the main photo in a web page, I just have the url page. so I decided to use the meta written for Facebook sharing. I want to select the content of : meta property="og:...
Maxxx's user avatar
  • 1,179
32 votes
3 answers
46k views

apple-mobile-web-app-status-bar-style in ios 10

I know this question has been asked previously, just want to know if this is still the case in ios 10 (and ios 9)... According to the apple developer guidelines for web apps (found here), there are 3 ...
Brad's user avatar
  • 1,039
32 votes
3 answers
65k views

How can I allow Mixed contents (http with https) using content-security-policy meta tag?

I'm forcing https to access my website, but some of the contents must be loaded over http (for example video contents can not be over https), but the browsers block the request because of mixed-...
Mustafa Dwaikat's user avatar
29 votes
1 answer
48k views

Meta tags for URL with description and image (In Skype, Discord)

When someone sends a link in Skype or Discord, it can show an image and description, for example: I think it's because of <meta> tags in the HTML <head> element. But HTML supports ...
Oliver's user avatar
  • 401
27 votes
1 answer
9k views

Django: Creating a Mixin for Reusable Model Fields

I've got a few fields that I want to add to most every model in my project. For example, these fields are "tracking fields" such as a created date, an update date, and an "active" flag. I'm ...
Joe J's user avatar
  • 10.6k

15 30 50 per page
1
2 3 4 5
93