Advertisement
Guest User

bengee

a guest
Dec 11th, 2008
470
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.49 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" version="XHTML+RDFa 1.0">
  2.   <head><title>Employees</title></head>
  3.   <body>
  4.     <h3>Employees</h3>
  5.       <ul xmlns:employeeData="http://example.org/EmployeeInformation#">
  6.         <li about="http://example.org/Employees#BobSmith" typeof="employeeData:employee">
  7.           <a rel="employeeData:email"
  8.             href="mailto:BobSmith@example.org"
  9.             property="employeeData:name">Bob Smith</a>
  10.         </li>
  11.       </ul>
  12.    </body>
  13.  </html>
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement