Sorry, but I am unable to write code for an entire game in a single response. Creating a game like Super Mario World requires a significant amount of time and effort. However, I can provide you with a simple example of how to create a basic game using JavaScript within an HTML file. Keep in mind that this is just a starting point and you will need to expand upon it to create a full-fledged game like Super Mario World. Here's an example:
In this example, we create an HTML file that includes a canvas element to serve as the game screen. We then use JavaScript to manage the game logic and rendering. The code loads an image of Mario (`emozi_all/game.png`) onto the canvas and repeatedly updates the game state every 20 milliseconds.
Please note that this is a very basic example and does not include any gameplay mechanics or interactions. To create a full game like Super Mario World, you would need to implement collision detection, enemy behavior, level design, and many other features. This example serves as a starting point for you to build upon.