create a html page | Introdcution to HTML | Structure of HTMLBy JPJanuary 30, 2023January 30, 2023HTML<html> <head> <title> your title </title> </head> <body> every thing type hear will display in chrome browser. </body> </html>