我必须2段:
Para 1
Para 2
我怎样才能让它看起来像:
Para1 Para2
都在自己的空间和盒子里。
<div>
<div class="block" id="profile">
<h3>Professional Profile</h3>
<p>Knowledge in all aspects of web application development.
My Skills to solve programming errors gets the job
faster. Proficient in performance tuning database applications.</p>
</div>
我在这里做什么?
<div class="block" id ="contact">
<p>
<h3> Contact</h3>
<address>Written by W3Schools.com<br /><a href="mailto:rjohn5854@howardcc.edu">
Email Me!!!</a><br />Address: Box 3223,City<br />Phone:6750</address>
<p>
</div>
</div>
CSS
div.block p {
display: inline-block;
}