Questions will be two small, I misunderstand some details.

  1. More than 100 pages are planned on the site, if suddenly I want to add an item to the menu, I will have to change it on each page. Is it advisable to use frames here? The second question is strange, but I seriously do not understand. Site placement.
  2. I am writing all pages of the site manually. At what point should the site be placed on a hosting site, buy a domain, when all the pages will be completed?
  • 1. Why not? The simplest of static solutions. A little harder is javascript (I did this several years ago: konf-csu.narod.ru/ze ). 2. If you immediately want to make absolute links, it is better to attend to the purchase of hosting and domain in advance. If the links are relative, then it doesn't matter. - Denis Khvorostin

2 answers 2

  1. More than 100 pages are planned on the site, if suddenly I want to add an item to the menu, I will have to change it on each page. Is it advisable to use frames here? It is impractical, although you can use frames, (in one menu frame, and in another content, then changing the menu will not need to change throughout the site. But frames are not very cross-browser, (the layout will go)) use better include (php page with menu) for example.
  2. Buy hosting and domain is better in advance, when purchasing hosting you need to consider what you will use (what is the site coding, will the forum, guest, chat scripts be used; apply php, perl, phyton, asp.net and so on, and also consider the future place for the site , and traffic. If the site is small, then 15 - 100 MB is enough for html files.
  • Those. is it better to buy hosting and domain so that the "menu" is immediately with links and then you don’t have to place these links on each page? - bumial

In order for the general appearance to change everywhere, you immediately need to use php. Cut a part of the document and place it in the file header.php , and in the free space enter the code

 <?php include 'header.php';?> 

and also change the extension to php