Advertisement
ChiefRA

hListing example

Nov 15th, 2011
402
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.59 KB | None | 0 0
  1. <div class="hlisting housing offer-sale">
  2.     <div class="item vcard">
  3.         <img class="photo" src="http://www.some-real-estate-website.com/homes-for-sale/special-home.png" alt="1213 E 122Th St" />
  4.         <p class="price">$139,000</p>
  5.         <div class="adr">
  6.             <h3>
  7.                 <a class="fn url permalink summary" href="http://www.some-real-estate-website.com/homes-for-sale/1213-e-122th-st-los-angeles-ca-90060">
  8.             <span class="street-address">1213 E 122Th St</span>
  9.             <span class="locality"> Los Angeles</span>,
  10.             <span class="region"> CA</span>,
  11.             <span class="postal-code"> 90060</span>
  12.         </a>
  13.             </h3>
  14.         </div>
  15.         <div class="description">
  16.             <dl>
  17.                 <dt>Bedrooms</dt>
  18.                 <dd>1</dd>
  19.                 <dt>Bathrooms</dt>
  20.                 <dd>1</dd>
  21.                 <dt>Square Feet</dt>
  22.                 <dd>488 ($310/sf)</dd>
  23.                 <dt>Property Type:</dt>
  24.                 <dd>Single Family</dd>
  25.                 <dt>Year Built:</dt>
  26.                 <dd>1924</dd>
  27.             </dl>
  28.         </div>
  29.         <div class="geo">
  30.             <span class="latitude">33.924423</span>:
  31.             <span class="longitude">-118.247093</span>
  32.         </div>
  33.         <div class="lister vcard">
  34.             <div>
  35.                 <p>Listing provided by:
  36.             <span class="fn">Grant Banker Residential Brokerage</span>
  37.         </p>
  38.                 <a class="org url" href="http://www.grant-banker-brokerage.com/">Grant Banker Residential Brokerage Southern California</a>
  39.             </div>
  40.         </div>
  41.     </div>
  42. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement