index html file

Solutions on MaxInterview for index html file by the best coders in the world

showing results for - "index html file"
Máximo
19 Jan 2019
1Copy<!DOCTYPE html>
2<html>
3     <head>
4          <title>My Website Title</title>
5     </head>
6     <body>
7          Hello World
8     </body>
9</html>