I have to create below type html page. background (orange) image.
HTML gurus, Please help out.!
I have to create below type html page. background (orange) image.
HTML gurus, Please help out.!
What are you trying to accomplish in recreating the image? Are you trying to add specific functionality to your website? Please be specific. If you are just trying to recreate the look of that website, you could easily just View Source to see for yourself.
In the meantime, I highly suggest reading through the W3Schools tutorials on HTML and CSS. It will explain everything you need to know about creating your own web forms, background colors, and so on.
<div id="container">
<div id="top_container">
<!--Put the background image in this div.-->
</div>
<div id="bottom_container">
<!--Input stuff-->
</div>
</div>