Aptana doesn't know about <main> tag in HTML5?

I am learning HTML using the Aptana IDE version 3.6 (latest version).

When I type in HTML5 tags that remind me

main tag is not recognized.

Aptana does not recognize html5?
Or how to fix it?

+4
source share
1 answer

If you want to get rid of the error, you can disable the Unrecognized Elements warnings as follows:

  • Window> Settings> Aptana Studio> Verification> HTML Tidy Validator

  • Select HTML Tidy Validator> Elements> Unrecognized Elements

Note that without these warnings, you can enter undefined tags (for example, <abc>).

+1
source

Source: https://habr.com/ru/post/1583900/


All Articles