PHP (6) only records my learning history html (links and framework logos ).

Source: Internet
Author: User

PHP (6) only records my learning history html (links and framework logos ).

1.main.html

<Html> <meta charset = "UTF-8"> 

2.menu.html
<Html> <meta charset = "UTF-8"> 

3.page1.html

<Html> <meta charset = "UTF-8"> <body> <p align = "center"> <font color = "yellow"> This is page 1, 1111111! </P> </body> 

4.page2.html

<Html> <meta charset = "UTF-8"> <body> <p align = "center"> <font color = "black"> This is page 2, 111111111! </P> </body> 

Open mian.html and perform the following operations:



In the same page frame, two different html

The following labels are used for learning:

Link flag

1. <a>... </a> This is the link tag in html. It has two mandatory attributes, href = "". This is the link content. If you want to use images as links, you can use the following attributes . To achieve the specific way to jump to the image I for <a href = "http://www.baidu.com"> This is the link of Baidu </a>, <a href = "http://www.baidu.com"> </a> the name attribute is used to mark a tag name, which is indispensable.

Frame flag

1. <frameset>... </frameset> defines the frameworks in the main document in html. It has two attributes: rows for row locating and cols for column locating. The value can be a percentage or Asterisk. The default value is from left to right from top to bottom.

2. <fram> flag is used to place it in <frameset>... <frameset> is used to define a specific framework. It has two attributes that must be assigned values. "src" refers to the jump path. both absolute and relative paths are acceptable, it is used to open a new html file name, which is the framework to be displayed. It also has two other attributes scrolling to specify whether to display the scroll axis, yes on and auto. auto is displayed when needed. If this parameter is not required, another noresize is not displayed. Therefore, you do not need to add a value to the value assignment to prohibit users from adjusting the size of a framework.

3 <nofram>... </nofram> is used in browsers that do not support frameworks. Connect <body>... </body> to express the meaning of the unsupported framework.

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.