So I started learning HTML recently, and want to create my own website. I have changed the colour of the backgrounds, and giving it simple functions. I now want to create a simple panel that can house more functions on top of it, whilst keeping the background. I want something like the JPane in Java. Is it possible? Or am I better off just creating a website on Wix?
You can use Bootstrap to create panel
<div class="panel panel-primary" style="border: 2px solid blue">
<div class="panel-header">
//header Goes here
</div>
<div class="panel-body">
//Body here
</div>
<div class="panel-footer">\
//footer
</div>
</div>
If you're not looking for this please let me know.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With