1、打开Dreamweaver软件,ctrl+n新建一个html文件并保存

3、在head中建立style标签,进行对div的修饰<style>div{width:200px;height:200px;background-color:blue;position:relative;}</style>

4、将jquery文件调用到head中,如图



时间:2024-10-12 18:07:41
1、打开Dreamweaver软件,ctrl+n新建一个html文件并保存
3、在head中建立style标签,进行对div的修饰<style>div{width:200px;height:200px;background-color:blue;position:relative;}</style>
4、将jquery文件调用到head中,如图