Advertisement
Guest User

Untitled

a guest
Jul 17th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.39 KB | None | 0 0
  1. <dl> <!-- This implies a collection of terms.  You could put a class here and style at will -->
  2.     <dt>Aaron Wagner</dt> <!-- The next two lines belong to this element -->
  3.     <dd>1234 Main Street</dd>
  4.     <dd>Houston, Texas 77001</dd>
  5.  
  6.     <dt>John Doe</dt>
  7.     <dd>2345 81st Street</dd>
  8.     <dd>Lubbock, Texas 77454</dd>
  9. </dl>
  10.  
  11. <!-- Not trying to start a war, just trying to make semantic sense of it. -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement