我有一个 div 元素需要居中:
<div style="width:800px;margin:0 auto;color:#000;"><h3 style="float:left;color:#000;margin:0 10px;"> Test </h3><h4 style="float:left;padding-top:3px;"> | </h4><h3 style="color:#000;float:left;margin:0 10px;"> Test </h3></div>
但是,所有元素都停留在左侧。如何解决此问题并将所有 h3 和 h4 居中?