Frame, framerate
Frame is a tool that allows you to quickly create high-quality website or application product prototypes. Your uploaded images will be wrapped in a real device environment. It is a professional tool used to Create promotional materials. Frame is free for commercial and personal use. They are also exploring a possibility of adding additional features to users looking for feature features, but are not planning to start charging immediately.
Official Website
Articles you may be interested in
- 10 useful results in Web development [Source Code download]
- Excellent jQuery Ajax paging plug-ins and tutorials carefully selected
- 12 classic jQuery image carousel plug-ins
- Let the website get started! 12 excellent jQuery animation plug-ins
- A well-selected jQuery image effect plug-in
Link: Frame-quickly create high-quality websites and application prototypes
Source: Dream sky ◆ focus on front-end development technology ◆ share web design resources
Iframe usage
If you want to use a frame set, you need to set the approximate frame location (you want to display the page location ),
Here is an example:
<Frameset rows = "70, *" cols = "*" frameborder = "no" border = "0" framespacing = "0">
<Frame src = "head.html" name = "topFrame" scrolling = "No" noresize = "noresize" id = "topFrame"/>
<Frameset cols = "193, *" frameborder = "no" border = "0" framespacing = "0">
<Frame src = "left.html" scrolling = "No" noresize = "noresize" id = "leftFrame"/>
<Frame src = "main.html" name = "mainFrame" id = "mainFrame"/>
</Frameset>
</Frameset>
On the left page, write what you call a/B, add hyperlinks to them (<A href = "1.asp" target =" mainframe "> </A> <A href =" 2.asp" target = "mainframe"> </A> ),
Target = "mainframe" indicates the display page in main.html ....
If you have any questions, add me 957328142
Iframe usage
If you want to use a frame set, you need to set the approximate frame location (you want to display the page location ),
Here is an example:
<Frameset rows = "70, *" cols = "*" frameborder = "no" border = "0" framespacing = "0">
<Frame src = "head.html" name = "topFrame" scrolling = "No" noresize = "noresize" id = "topFrame"/>
<Frameset cols = "193, *" frameborder = "no" border = "0" framespacing = "0">
<Frame src = "left.html" scrolling = "No" noresize = "noresize" id = "leftFrame"/>
<Frame src = "main.html" name = "mainFrame" id = "mainFrame"/>
</Frameset>
</Frameset>
On the left page, write what you call a/B, add hyperlinks to them (<A href = "1.asp" target =" mainframe "> </A> <A href =" 2.asp" target = "mainframe"> </A> ),
Target = "mainframe" indicates the display page in main.html ....
If you have any questions, add me 957328142