7. Frame Marking and <iframe>
body tag is not allowed on frames page
Frameset: A collection of frames
Rows: Vertical partial frame.
COLS: Horizontal partial frame.
There are two types of notation: 1) absolute value "200,*", * represents the remaining
2) Relative value "30%,*"
FRAME: frames. A frame displays a page
Scrolling: Whether scroll bars are required. The default is True
Noresize: Fixed frame size
BorderColor: A color for frame borders
Name: Give the frame a name
Inline frame: A frame embedded in a page. (ie support only)
Iframe:
Properties: Width: Widths
Height: High
Scrolling: Whether scroll bars are required
2. Demand
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M00/71/29/wKiom1XHUxKBWhA3AAKeUkFvNYw179.jpg "title=" 360 Desktop 20150809211504.jpg "alt=" Wkiom1xhuxkbwha3aakeukfvnyw179.jpg "/>
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M02/71/25/wKioL1XHVFPzujlHAAFLPZFHXB8174.jpg "title=" 360 Desktop 20150809211536.jpg "alt=" Wkiol1xhvfpzujlhaaflpzfhxb8174.jpg "/>
3. Code
Inline tags
650) this.width=650; "src=" Http://s3.51cto.com/wyfs02/M01/71/25/wKioL1XHVmGyOXixAADU4Ek2LIk364.jpg "title=" 001. PNG "alt=" wkiol1xhvmgyoxixaadu4ek2lik364.jpg "/>
<body>
How are you doing
<a href = "02-font label." html "target =" iframe ">02-font label .html</a><br>
<a href = "03-image label." html "target =" iframe ">03-image label .html</a><br>
<a href = "05-Hot issue." html "target =" iframe ">05-hotspot issue .html</a><br>
<iframe src = "02-font label." html "width =" Height = "scrolling =" no "name =" iframe "></iframe >
</body>
This article from "with June mutual encouragement" blog, please be sure to keep this source http://rickyigoogle.blog.51cto.com/8747999/1683148
Day1_html_ Frame Set Label