搜索资源列表
zhongunion
- 一个简单的企业展品展示网站,可以参考其设计风格,加上了部分简单的js动态效果-a website used to give a display of products,with some basic js to do the img shows.we can take the way of design as a reference
html1
- 第一个网页程序,能够显示一个页面,页面中插入了一副图-<!DOCTYPE HTML> <html> <body> <p> 一幅图像:<img src="image/seaf.jpg" width="320" height="200"></p> <p>请注意,插入动画图像的语法与插入普通图像的语法没有区别。</p> </body>