Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
1.5k views
in Technique[技术] by (71.8m points)

html - The 'meta' start tag on line 15 does not match the end tag of 'head'. Line 177, position 3

I have a piece of great software that I use but the owner deserted it a couple of years ago hence there has not been an upgrade or any maintenance.

In one section I use it come up with the following error message and would like some help in knowing if there is ever a hope that this can be fixed? It reads....."The 'meta' start tag on line 15 does not match the end tag of 'head'. Line 177, position 3." What can be done?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Sometimes <meta> and <link> tags may show these errors maybe because they're not closed properly.

Make sure that:

  1. Your meta tag is inside the <head> </head> tags
  2. You do close your tag, like this:

    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...