How to put the <p>
and the <h3>
tags in the same line ?
Now the <p>
is above the <h3>
I want them on the same line but have different fonts so the H3 cannot go inside the P
<a href="/sharp/posts/{{ $day_qsts_3->id }}">
<span>
<p>{{$data->getcategory($data->id)}}</p>
<h3 style="display: inline-block;">{{$day_qsts_3->title}}</h3>
</span>
</a>