Website homepage layout (factory) source code

Source: Internet
Author: User

There are many sites on the Internet, and there are various layout methods. But there is a very common type, that is, the factory type.

Analysis on the functions of common factory models: the head is the website logo, the left is the navigation, and the right is the information display area.

Website Logo Area
Export
Airline
Zone
Domain
 
Primary region (Information Display)

Generally, you can use the framework in HTML to complete the preceding layout, that is, the combination of <frameset> and <frame>. The HTML source code is as follows:

<HTML>  

Note that in left. jsp, the target = "mainframe" attribute value pair must be added to the link. That is:

 
<A href = "Main. jsp" target = "mainframe"> homepage </a>

In this way, the content of the home page can be displayed in the correct position only when you click the Home Page Link.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.