【发布时间】:2017-05-09 17:24:06
【问题描述】:
我有以下代码,我想在父 div 中添加它
<div style="width: 100%; overflow: hidden;">
<div style="width: 10%; float: left;"> <div><img src="assets/img/abc.png" style="height: 35;margin-left: 10; margin-right: 5px;"/></div> <div id="toro" style="color: black"> Hi </div></div>
<div style="margin-left: 25%;"><div style="margin-top: 7;
font-weight: bold; color: black"> <b>hie</b></div> <div style="color: black" > Hello </div><div style="float: right" id="time">time</div></div>
【问题讨论】:
-
请包含用于创建 HTML 的代码,因为我们可能会帮助您重构该代码。
标签: javascript jquery html css