Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors

Divide the screen into two halfs

Divide the web page screen in to equal parts

<div style=”width: 50%; float:left”>
   #left content here
</div>
<div style=”width: 50%; float:right”>
   #right content here
</div>
Similar code, as above can be used to divide in 3, 4, 5 or more parts.