Advertisement
Guest User

Untitled

a guest
Jun 22nd, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width">
  6. <title>JS Bin</title>
  7. <style id="jsbin-css">
  8. header{
  9. color: blue;
  10. display: block;
  11. font-size: 20px;
  12. margin: 10px;
  13. border: 10px;
  14. }
  15. </style>
  16. </head>
  17. <body>
  18. <header>
  19. <h1>The team</h1>
  20. <div>
  21. <h1>What we do</h1>
  22. <ul>
  23. <li>A/B testing</li>
  24. <li>Concept tests</li>
  25. </ul>
  26. </div>
  27. <h1>Our clients</h1>
  28. </header>
  29.  
  30.  
  31.  
  32.  
  33. <script id="jsbin-source-css" type="text/css">header{
  34. color: blue;
  35. display: block;
  36. font-size: 20px;
  37. margin: 10px;
  38. border: 10px;
  39. }
  40. </script>
  41. </body>
  42. <p>eMazing-retailing has been created to bring A/B testing to the offline world. Indeed many academical works have proven the ineffeciency of traditional market research. Tracking digital purchase behavior completely reinvent market research
  43. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement