1、img:src:资源的URL、、、height:图像的高度、、、width:图像的宽度
height、width的单位:1、px(像素、默认)2、百分比(20%)占父元素的百分比
例:<img src="43.jpg" width="200" height="300">
2、audio:src:资源的URL、、、contrlos:控件、mp3、WAV、OGG
例:<audio src="12.mp3" controls="controls"></audio>
3、video:src:资源的URL、、、contrlos:控件、MP4、WebM、OGG
例:<video src="32.mp4" controls="controls" width="500" height="300">
4、URL:类似路径、绝对路径,相对路径
http://localhost:8080/--------
webapp下
./、、、、当前目录下
../、、、、上一级目录