1Copy<!DOCTYPE html>
2<html>
3 <head>
4 <title>My Website Title</title>
5 </head>
6 <body>
7 Hello World
8 </body>
9</html>
1index.html is the default webpage a web server pulls up when no specific file is requested.
2Index.html is usually the homepage