Websites are also called sites.We often see the term website. So, what is a website?In a nutshellWebsite productionThe server used to store many related pages is on the Internet, and information is stored in the form of a few pages. The website builder regards the content and information to be provided as many page images, organizes and normalizes them, links them to each other, and then places them on a Web server, which is often referred to as the website.
The website can not only provide users with materials and information, but also provide users with a variety of services, such as sending and receiving emails, downloading information, chatting online, and so on.For example, on a website that provides services in the form of FTP, visitors can use FTP software to access these files on the website.Generally, the whole website includes a home page, also called the home page, which is the initial starting page provided by each website to users. When using a browser to access a website, the home page is the first executed file in the website, which usually includes hyperlinks to other relevant pages.
Different network services identify different file names as the main ones, and most servers will indexHtm is recognized as the home page, and some services will be moved to defaulthim ,index. asp. default. asp. home. Him and welcomeHis, etc. are identified as home pages.If the homepage is a static webpage, it usually has the extension of his or html. If the homepage is a dynamic webpage, it usually has the extension of php and isp.Later, we will use the created static web page as the home page and generally name it. indexhim。The website consists of pages, and the home page is a special page.Web pages and home pages are easily confused. They are two different concepts.Web page generally refers to the page that can be browsed by users on the Internet, and home page refers to the first page that users see after entering the website, so the home page is also called home page.The website is like a book, and the home page is the introduction and content of the book, and the page is the content introduced in the following chapters.There are many links on the home page for users to click.Generally, all pages in a website are placed in the root folder, and the relationship between the homepage and other pages usually has three types: layered child structure, linear hook structure, and Web structure.
The layered structure is similar to the tree structure of the directory system. It starts from the home page of the website file and is divided into one level labelsThe second level title and so on are refined level by level until basic information is provided to the viewer.The linear structure is similar to the linear table in the data structure. It is used to organize the information in its own linear order form, and can guide visitors to browse the whole basket of website files step by step.This structure is generally used on pages with parallel content.In general, the structure of website files is a combination of layered structure and linear structure, which is called Web structure. This structure can make full use of the respective characteristics of the two structures, so that website files are not only organized and standardized, but also meet the requirements of designers and viewers.