Which of the following browsers may not support the following code to create a rectangle
<!DOCTYPE html>
<html>
<body>
<canvas id="myCanvas" width="350" height="200" style="border:1px solid red;">
Your browser does not support the HTML5 canvas tag.
</canvas>
</body>
</html>