html put items next to each other code example
Example 1: how to put different p elements next to each
.Same{
display:inline-block;
}
Example 2: how to put different p elements next to each
<p class='Same'>Good</p>
<p class='Same'>Bad</p>
.Same{
display:inline-block;
}
<p class='Same'>Good</p>
<p class='Same'>Bad</p>