javaweb01-html Notes (Fri)

Source: Internet
Author: User
Tags html notes
1.1 Case SIX: The background page of the website is displayed: 1.1.1 Requirements:
A website needs to have background page, background page design:

1.1.2 Analysis: 1.1.2.1 Technical Analysis:
"Frame tags for html"

框架标签:<frameset >,标签与body标签是冲突,有frameset就可以没有body.* 属性:    * rows    * cols使用<frame>标签,frame代表切分的每个部分.

1.1.2.2 Step Analysis:
"Step One" creates an HTML page
Step two divides the entire page into the top and bottom two sections.
Step three divides the bottom half of the page into two parts.
Step four adds some links to the left page.
"Step Five" click on the left link to display the contents of the page to the right.
1.1.3 Code implementation:

<frameset rows="15%,*"><frame  src="top.html" name="top"/><frameset cols="15%,*"><frame  src="left.html" name="left"/><frame  src="right.html" name="right"/></frameset></frameset>

1.1.4 Summary: 1.1.4.1 special Character Tags:
Space:
<:<

   :&gt;

javaweb01-html Notes (Fri)

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.