!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Real Estate Information</title> <style type="text/css"> body { font-family: Arial, sans-serif; background-color: #f4f4f4; margin: 0; padding: 20px; } .container { max-width: 600px; margin: auto; background: white; padding: 20px; border-radius: 8px; box-shadow: 0 0 10px rgba(0,0,0,0.1); } h2 { text-align: center; color: #333; } p { line-height: 1.6; color: #555; } strong { color: #333; } </style> </head> <body> <div class="container"> <h2>Real Estate Information According to License</h2> <p><strong>Type of Property:</strong> Building</p> <p><strong>Property Use:</strong> Residential</p> <p><strong>Property Area:</strong> 400</p> <p><strong>Road Width:</strong> 16</p> <p><strong>Plan Number:</strong> None</p> <p><strong>Property Frontage:</strong> West</p> <p><strong>Property Services:</strong> Electricity, Water, Sewerage</p> <p><strong>Age of Property:</strong> More than ten years</p> <p><strong>Number of Rooms:</strong> 9</p> <p><strong>Other Obligations on the Property:</strong> 40 thousand</p> <p><strong>Boundaries and Lengths of the Property:</strong></p> <p><strong>Price:</strong> 2500000</p> </div> </body> </html>