annak
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

2.1.2.2.html
text/html

Download raw (1.0 KB)

<!DOCTYPE html>
<html>
    <head>
        <title>2.1.1.1</title>
    </head>
    <body>
        <div vocab="http://xmlns.com/foaf/0.1/" typeof="Person">
           <p>
            <span property="name">Alice Birpemswick</span>,
            Email: <a property="mbox" href="mailto:alice@example.com">alice@example.com</a>,
            Phone: <a property="phone" href="tel:+1-617-555-7332">+1 617.555.7332</a>
          </p>
           <ul>
              <li property="knows" typeof="Person">
                <a property="homepage" href="http://example.com/bob/"><span property="name">Bob</span></a>
              </li>
              <li property="knows" typeof="Person">
                <a property="homepage" href="http://example.com/eve/"><span property="name">Eve</span></a>
              </li>
              <li property="knows" typeof="Person">
                <a property="homepage" href="http://example.com/manu/"><span property="name">Manu</span></a>
              </li>
           </ul>
        </div> 
    </body>
</html>