Posts

Showing posts from October, 2023

3-PHOTOGALLERY

Image
 <!DOCTYPE html> <html> <head> <title>Form Elements and Attributes </title> <style> //format and styles div { margin-bottom: 10px; label{ display: inline-block; width: 120px; fieldset { background: #eleff2; } legend { padding: 20px 0; font-size: 20px; } I table { border:1px solid; width: 0%;} </style> </head> <body style="background-image: linear-gradient (#FF9854, #7CF580, #B5A89E, #A2CDF2, #DEC566, #E0234A);"> <div> <img src="https://www.clippingworld.com/wp-content/uploads/2021/01/different-types-of-photography-v2-1.jpg" width=100% height=500></img> </div> <table> <tr> <th id="scientific" style="font-family: arial; font-size:60;"> Nature Photography</th> </tr> <td> <img src="https://i.pinimg.com/564x/1c/a8/87/1ca887f7661b935e810ce62e8603e52c.jpg" width=300 height=300></img> </td> <td> <img src=...