以下例子中,涉及到的CSS属性值。
.parent-frame { width: 200px; height: 200px; border: 1px solid red; } .child-frame { width: 100px; height: 100px; border: 1px dotted blue; }
如果您觉得本文的内容对您的学习有所帮助: