<div class="site-rating" itemscope="" itemtype="http://schema.org/Product">
<span itemprop="name">Example.com</span>
<div itemprop="aggregateRating" itemscope="" itemtype="http://schema.org/AggregateRating">
was rated <span itemprop="ratingValue">4</span>/5 based on <a href="#reviews" rel="nofollow"><span itemprop="reviewCount">178</span> reviews</a>
</div>
</div>
此代碼顯示以下內容:HTML文本是沒有CSS樣式一行更高的附加
我試過white-space:nowrap
,但它不工作。
如何將example.com文本移動到與其他文本相同的行中?