基本上,我希望在同一行上有一个 h1 和 ap 元素,但是对齐方式偏离了很多(意味着 H1 高于 P 并且看起来很糟糕)而且我以前从来没有用 css 做这样的事情!
我已经拼凑了一个 jsfiddle 来配合这个,这里是代码:
<h1 style="float:left;display:inline;">"Hi!</h1><p style="float:left;display:inline;">I'm James, and I <strong>LOVE</strong> building clean, fast and (most importantly) effective websites. Oh, and I also know a thing or two about computers.</p><h1 style="float:left;display:inline">"</h1>
谢谢!