Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

What is wrong with this code?

New Here ,
May 02, 2020 May 02, 2020

I keep getting error codes that say to close the special character, but it looks like it already IS closed...what am I missing here?

 

Special characters must be escaped....looks like it's already there...

 

 <meta name="resource-type"content="document"/>

TOPICS
Code , How to
475
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
May 02, 2020 May 02, 2020
LATEST

You failed to put a space between attributes.

 

<meta name="resource-type" content="document"/>

 

Also it appears you're using an outdated document type.  HTML5 code doesn't use the slash.

https://www.w3schools.com/tags/tag_meta.asp

 

Nancy O'Shea— Product User, Community Expert & Moderator
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines