Advertisement
Guest User

Untitled

a guest
May 20th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <head>
  5. <link rel="stylesheet" type="text/css" href="css.css">
  6. <script
  7. src="https://code.jquery.com/jquery-3.4.1.min.js"
  8. integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo="
  9. crossorigin="anonymous"></script>
  10. <script type="text/javascript" src="holiday.js"></script>
  11. </head>
  12.  
  13. <title>HOLIDAY all around the world </title>
  14.  
  15. <header>
  16. <ul>
  17. <li> <a href="#">contact us</a></li>
  18. <li><a href="#">tips</a></li>
  19. <li><a href="#">maps</a></li>
  20.  
  21. </ul>
  22. </header>
  23.  
  24.  
  25. <body>
  26. <h1 class="h2">HoLiDaY iN IsRaEl!</h1>
  27.  
  28. <section id="divv">
  29. <div class="div"><h3 class="h">Haifa</h3>
  30. עיר צפונית מלאה חיים, התפתחה מאוד בשנים האחרונות, והפכה לתוססת, ולא נשכח את השווקים המעולים שלה.
  31. </div>
  32.  
  33. <div class="div">
  34. <h3 class="h">Zichron Yaakov</h3>
  35. עיר צפונית, מלאה בפרחים ועתיקות.
  36. </div>
  37.  
  38. <div class="div"><h3 class="h">Jerusalem</h3> המסמלת את איחוד הדתות, המקום הקדוש של שלושת הדתות- היהדות, הנצרות והאיסלם</div>
  39.  
  40. <div class="div">
  41. <h3 class="h">tel-aviv</h3> העיר שלא ישנה, אוכל , שופינג, והרבה הרבה אטרקציות
  42. </div>
  43. </section>
  44.  
  45.  
  46. <!-- <console class="log">hello</console>
  47. --><!-- <script src="js.js"></script>
  48. -->
  49. </body>
  50.  
  51. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement