I want to show the my webpage as ##TITLE## ##VALUE##
My Html is
<div>
<div style="padding:8px; border: 1px solid black; color:#006BF2; width: 90px;">##TITLE##</div>
<div style="padding:8px; border: 1px solid black; color:#000000; text-align:left; ">##VALUE##</div> </div>
Now it is shown as
##TITLE##
##VALUE##
I know only basics of html.How to do this?
Thanks
You have to set
float: leftstyle for yourtitleandvaluecolumns.Below them set new empty div with
clear: bothstyle.