Posts

Showing posts from June, 2025
html> Galaxy Z Fold Pro Rs:89,999 RAM:16GB Storage:128GB 6.7" AMOLED Display Triple Camera Setup 5000mAh Battery Buy Now Add to Card iPhone 16 Rs:79,999 RAM:16GB Storage:128GB Buy Now Add to Card
 <html> <body> <div class ="header"> <div class="Logo"> <h1>Logo</h1> </div> <div class="Navbar"> <ul> <li>Home</li> <li>About</li> <li>Help</li> </div> </div> <style> .header{width:100%; height: 10vh; background-color: red;} .Logo {width:25%; height: 10vh; background-color:yellow; float:left;} .Navbar{width:100%; height: 10vh; background-color:blue; float:right;} li {display:inline-block; padding:10px; font-size:10px;  } </style> </body> </html>