4

Hi all I have spent some time googling this but to no avail. If anyone could point me in the right direction of some resources on getting my eclipse bundle recognising the new HTML5 tags that would be greatly appreciated. I am getting annoyed with all these little warning signs. I am using

Eclipse for PHP Developers

Version: Helios Release

Cheers in advance!

1

1 Answer 1

1

The way i solve this is adding this tag line in the header

<!DOCTYPE html>
<html>
<head>
**<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />**
<title>Canvas tutorial</title>
......
...
.

And now the canvas tag gets recognize

Sign up to request clarification or add additional context in comments.

1 Comment

in HTML5 , it should be written as <meta charset="utf-8" />

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.