Sovi.AI - AI Math Tutor

Scan to solve math questions

QUESTION IMAGE

switch to code view index.html metadata grouping resources table sectio…

Question

switch to code view index.html metadata grouping resources table sections formatting list form <!doctype html> <html> <head> <script src=\https://cdnjs. <script src=\https://cdnjs. <script src=\https://unpkg. <link rel=\stylesheet\ <meta charset=\utf-8\ /> </head> <body> <script src=\sketch.js\></s </body> </html> <!doctype html> </title> <link rel=\\ href=\\ </style> </style> </script> <script> loading... console index.html output: submit + continue save

Explanation:

Answer:

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <script src="https://cdn.js..."></script>
  5. <script src="https://cdn.js..."></script>
  6. <script src="https://cdn.js..."></script>
  7. <script src="https://unpkg..."></script>
  8. <link rel="stylesheet" ... />
  9. <meta charset="utf-8" />
  10. </head>
  11. <body>
  12. <script src="sketch.js"></script>
  13. </body>
  14. </html>