1. Photo Hotspots
Ada Caesar
Design Display
2. Embedded Web page
Code:
<body>
<iframe src= "http://lol.qq.com/" width= "height=" ></iframe>
<iframe src= "http://tieba.baidu.com/f?kw=%BD%E4%CD%F8" width= "height=" ></iframe>
</body>
Effect:
3. Forms
<body>
<form>
text box <input type= "text" name= "value=" default "/><br/><br/>
<input type= "text" name= "" placeholder= "message "/><br/><br/>
<input type= "text" name= "" value= "74110"required= "Required"disabled= "Disabled"/><br/><br/>
<input type= "password" name= "" value= ""placeholder= "Enter password"/><br/><br/>
<textarea name= "" cols= "rows=" ></textarea><br/>
<br/>
<input type= "reset" name= "" id= ""disabled= "Disabled"/>
<input type= "button" value= "buttons"/>
<input type= "image" src= ". /.. /picture/beautifulgril.jpg "width="/><br/>
Male <input type= "Radio" name= "1" checked= "checked" value= ""/><br/>
Female <input type= "Radio"name= "1"/><br/>
GAC <input type= "checkbox" Name= "checked=" checked "value=" "/><br/>
Leopard <input type= "checkbox"/><br/>
<input type= "file"/><br/><br/>
</select>
<select size= "4"style= "width:10%;">
<option>2001</option><option>2002</option><option>2003</option><option >2004</option>
</select>
<select size= "1" >
<option> Month </option>
</select>
<select size= "1" >
<option> Day </option>
</select>
</form>
</body>
Show:
4. Quickly create a webpage
Use the slice tool in Photoshop to plan where you want to set the link, and then save it as a Web -ready HTML format.
Open with DREAMWEAVER , open the design page, select the location where the slices are ready, and enter the URL of the hyperlink in the properties.
Photo hotspots, inline pages, forms, Quick page creation