Sample HTML page
Sample html template code which can be use as create html page from the beginning or if you want to create html page for test.
<!DOCTYPE html> <html> <head> <meta charset="ISO-8859-1"> <title>Sample html page</title> </head> <body> <h2>Sample HTML page</h2> </body> </html>