Photo hotspots
1. Method:
<map name= "Name" >
<area shape= "rect" coords= "170,170,260,260" href= "http://www.baidu.com"/>
</map>
2. Explanation
Rec: Rectangular Circle: Round poly: Polygon
Coords coordinates
Frame Frameset
Stitching multiple pages into one page
1, the wording:
(1) Remove body
(2) <frameset rows= "100,*", cols= "100,*" border= "1" >
<frame src= "photo hotspot. html" scrolling= "no"/>
<frame src= "firsthtm.html"/>
</frameset><noframes></noframes>
2. Explanation:
Rows (cols): The pixels inside are written several times with several rows (columns)
rows= "100,*" 100 means the first line width, * for the second row length is not limited (FIT), you can change the size
The red text represents the inserted page, scrolling is the scroll bar, and "No" is not a scrollbar
Click Design if you encounter a situation that does not enter the frameset encoding, the frame in the point design
3. Embed in a different page
<iframe src= "page address" width= ", height=", border= "1"/></iframe>
Note: This is in case of body, can not use Framese
2, web-making Dreamweaver (Image hotspot, frameset framework)