Thread
:
display h1 and p on same line
View Single Post
pradeep
Team Leader
26Sep2006,13:42
You have to use CSS...here's how to do it.
HTML Code:
<h1 style='display:inline'>
hi
</h1>
<p style='display:inline'>
cool
</p>