can you please tell me how to how header label left side with button on right side .
i found like this
<div data-role="header">
<a href="index.html" data-icon="delete">Cancel</a>
<h1>Edit Contact</h1>
<a href="index.html" data-icon="check" data-theme="b">Save</a>
But i need like this
My case label on left side and button on right side