Calculator App

Report a typo

You create a calculator app, and your HTML file results.html will return the result of the calculation in the body section. Place the order of code lines properly. Ignore the indentations.

Reorder lines using drag or arrows. Adjust indentation with left buttons
                <!DOCTYPE html>
              
                <head>
              
                <div>
              
                </html>
              
                </head>
              
                </div>
              
                </body>
              
                <meta charset="UTF-8">
              
                <html lang="en" >
              
                {{result}}
              
                <link rel="stylesheet" href="{{ url_for('static', filename='css/style.css')}}">
              
                <body>
              
                <title>Review Page</title>
              
___

Create a free account to access the full topic