In case you forget how to create the most basic html page ever, here is a reminder:
<html> <header> <title>This is title</title> </header> <body> Hello world </body> </html>
In case you forget how to create the most basic html page ever, here is a reminder:
<html> <header> <title>This is title</title> </header> <body> Hello world </body> </html>