Guest User

Untitled

a guest
Jan 22nd, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. echo '<div class="header1">';
  2.  
  3. .header1 {
  4. background: url(_images/header1.png);
  5.  
  6. <?php
  7. echo '<div class="header1">Hello</div>';
  8. ?>
  9.  
  10. $div = <<<DIV
  11. <div class="header1"></div>
  12. DIV;
Add Comment
Please, Sign In to add comment