HTML5 and frameborder

后端 未结 7 1895
天命终不由人
天命终不由人 2020-12-09 00:20

I have an iframe on an HTML5 document. when I validate I am getting an error telling me that the attribute on the iframe frameBorder is obsolete and to use CSS

7条回答
  •  北海茫月
    2020-12-09 00:57

    style="border:none; scrolling:no; frameborder:0;  marginheight:0; marginwidth:0; "
    

提交回复
热议问题