Back To Top

Basic HTML head set up

<!DOCTYPE html> <html lang="en-US"> <head> <title>Title Goes here</title> <meta name="author" content="Tony Scholz"> <meta name="description" content="Shart Description on what this page is about"> <meta name="keywords" content="key words that descripbe this page"> <meta http-equiv="Content-Type" content="text/html;charset=windows-1256" > <meta http-equiv="refresh" content="3000" title="This causes the page to refresh every 3000 seconds" > <meta charset="UTF-8"> <meta name="viewport" content="width=device-width"> <link rel="shortcut icon" href="notes_img/icon/favicon.ico"> <!-- 32px X 32px --> <link rel="stylesheet" type="text/css" href="notes_img/_InC/main_notes.css"/> <script src="notes_img/_InC/main_notes.js"></script> <base href="" target="_blank"> </head> <body> </body> </html>