Advertisement
bowka

Untitled

May 22nd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.31 KB | None | 0 0
  1. <div>'employee'
  2.     <div>Honzo 
  3.         <div>age: 20</div>
  4.         <div>drink: apple juice <p> tesco quality </p></div>
  5.     </div>
  6.     <div>Tomas</div>
  7.     <div>Jakub 
  8.         <div>age: 33</div>
  9.         <div>I want this element
  10.             <div>drink: orange juice <p> 100% hugo <a> buy here</a></p> </div> 
  11.         </div>
  12.     </div>
  13. </div>
  14. <div>'customer'</div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement