使用HTML,要把图片pic01.gif插入到网页中,图片的相对路径:/images/pic01.gif 宽:120px 高:30px边框:1px,则以下( )HTML代码能够实现。
A.
〈image src=”/images/pic01.gif” height=130px width=120px border=1px〉
B.
〈image floder=”/images/pic01.gif” height=130px width=120px border=1px〉
C.
〈img src=”/images/pic01.gif” height=130px width=120px border=1px〉
D.
〈img floder=”/images/pic01.gif” height=130px width=120px border=1px〉