0
how to add right hand side in HTML page any object body
I have made login page and I wana set on right side angalo clock digital how can I do these pleaseee any one can helppppppp me u can see my project on title login11 & angaloclock2
2 odpowiedzi
0
<p align="right">
0
You can try this
<div class="side">
<iframe></iframe>
</div>
<div class="side">
<p></p>
</div>
or you can use CSS
<div style="width: 100%; overflow: hidden;">
<div style="width: 600px; float: left;"> Left </div>
<div style="margin-left: 620px;"> Right </div>
</div>