/
/
מה זה שפת HTML? מדריך לילדים

מה זה שפת HTML? מדריך לילדים

האם אי פעם חשבתם איך אתרי האינטרנט שאתם אוהבים כל כך נוצרים? כל פעם שאתם נכנסים לאתר האהוב עליכם, מסתכלים בסרטונים ביוטיוב, קוראים חדשות, או אפילו משחקים במשחקי רשת, הכל נעשה בעזרת קוד ו-HTML הוא חלק בלתי נפרד ממנו. 

כששואלים אותנו, אנחנו נוהגים להסביר שקוד הוא מן שפה מיוחדת שמחשבים מבינים. זאת הדרך שלנו לבקש מהם לעשות משהו, והם אם הכל כתוב נכון ומובן, מבצעים. 

בדיוק כמו שאנחנו מדברים עברית או אנגלית, המחשבים “מדברים” בשפות שונות של קוד, ובמדריך שכאן נדבר על אחת השפות הכי חשובות ובסיסיות בעולם האינטרנט – שפת HTML! 

זו השפה הראשונה שלומדים כשרוצים להבין איך יוצרים אתרי אינטרנט, והיא בעצם.. אם חושבים על זה.. הבסיס לכל מה שאתם רואים באינטרנט.  ממש ככה.

מהי HTML?

HTML (קיצור של HyperText Markup Language) היא השפה הבסיסית שבה משתמשים כדי ליצור דפי אינטרנט.

כל אתר שאתם גולשים אליו נבנה עם HTML. 

בגדול, השפה הזאת אומרת לדפדפן שלכם (למשל כרום) איך להציג את התוכן של האתר – דוגמת טקסט, תמונות וקישורים.

יש ל-HTML מאפיין מאוד מאוד מובהק, והוא שמדובר בשפה שבנויה מתגיות (tags). כל תגית היא כמו הוראה קטנה למחשב שמסבירה לו איך להציג חלק מסוים של הדף. הנה כמה דוגמאות לתגיות חשובות:

תגית

מה המשמעות של התגית הזאת?

<html>

זוהי התגית הראשונה שמספרת לדפדפן שמה שיש בתוכה זה קוד HTML.

<head>

בתוך התגית הזאת יש מידע חשוב על הדף, כמו הכותרת שלו.

<title>

כאן נכתוב את הכותרת של הדף שתופיע בראש הדפדפן.

<body>

כל מה שנמצא בתוך התגית הזאת זה מה שנראה על המסך של האתר.

<h1>

כותרת גדולה שמופיעה בראש הדף (ממש כמו הכותרת של המאמר הזה).

<p>

פסקה של טקסט (ממש כמו כל אחת ואחת מן הפסקאות שבמאמר).

וכמובן שאנחנו לא יכולים בלי דוגמה:

				
					<!DOCTYPE html>
<html>
<head>
    <title>האתר הראשון שלי</title>
<style id="wpr-lazyload-bg-container"></style><style id="wpr-lazyload-bg-exclusion"></style>
<noscript>
<style id="wpr-lazyload-bg-nostyle">.woocommerce .blockUI.blockOverlay::before{--wpr-bg-f2ca2327-9174-42f7-94b6-3c06ef672f5f: url('https://www.shchackim.co.il/wp-content/plugins/woocommerce/assets/images/icons/loader.svg');}.woocommerce .loader::before{--wpr-bg-23999694-a798-4b41-84c5-a25e5efd65ca: url('https://www.shchackim.co.il/wp-content/plugins/woocommerce/assets/images/icons/loader.svg');}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa{--wpr-bg-9448d3a9-cc65-46ca-b61d-2679ac90bae4: url('https://www.shchackim.co.il/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/visa.svg');}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard{--wpr-bg-d332feb7-bff1-45f3-9dae-03816de0ef80: url('https://www.shchackim.co.il/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/mastercard.svg');}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser{--wpr-bg-8aa2e465-ec99-4c6a-9903-215d8bf3e528: url('https://www.shchackim.co.il/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/laser.svg');}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub{--wpr-bg-efa0449c-15c4-4ddf-93e5-68b38ca5beab: url('https://www.shchackim.co.il/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/diners.svg');}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro{--wpr-bg-dc698819-ed0e-4154-8bac-0aa28d2af7eb: url('https://www.shchackim.co.il/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/maestro.svg');}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb{--wpr-bg-d00fbc6b-08d3-41f3-ad24-34a2d18a8892: url('https://www.shchackim.co.il/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/jcb.svg');}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex{--wpr-bg-83d8598a-c8c7-43e9-ad62-4956da7fa67f: url('https://www.shchackim.co.il/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/amex.svg');}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover{--wpr-bg-df1e13f0-4a78-4628-8f5f-eafe09e0ba60: url('https://www.shchackim.co.il/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/discover.svg');}.single-jet-popup{--wpr-bg-844a2937-a775-4d90-a4d5-21d7f92a9604: url('https://www.shchackim.co.il/wp-content/plugins/jet-popup/assets/image/transparent.jpg');}.mejs-overlay-button{--wpr-bg-47c99e0c-0767-4d65-a9fe-57126a6bb7dc: url('https://www.shchackim.co.il/wp-includes/js/mediaelement/mejs-controls.svg');}.mejs-overlay-loading-bg-img{--wpr-bg-dadb3de0-2540-4c9c-a1ee-d77d6af8e481: url('https://www.shchackim.co.il/wp-includes/js/mediaelement/mejs-controls.svg');}.mejs-button>button{--wpr-bg-38aa0afb-3c8b-4862-9bf1-967a7f136e8f: url('https://www.shchackim.co.il/wp-includes/js/mediaelement/mejs-controls.svg');}button.pswp__button{--wpr-bg-cdae0c08-7ded-42e2-89e5-9054911c6295: url('https://www.shchackim.co.il/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png');}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{--wpr-bg-e32cb992-47df-4f78-be75-9b83c7ed1fd1: url('https://www.shchackim.co.il/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png');}.pswp__preloader--active .pswp__preloader__icn{--wpr-bg-05c57a6f-c7ba-47a6-9df3-7fcca4ed9036: url('https://www.shchackim.co.il/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/preloader.gif');}.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{--wpr-bg-8150b304-4db6-4a10-9b44-593e5742392b: url('https://www.shchackim.co.il/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.svg');}.jet-image-accordion__item-loader span{--wpr-bg-0e768bec-3fe5-4d11-8a94-0523cfbd312e: url('https://www.shchackim.co.il/wp-content/plugins/jet-tabs/assets/images/spinner-32.svg');}.elementor-59 .elementor-element.elementor-element-245c2c92:not(.elementor-motion-effects-element-type-background), .elementor-59 .elementor-element.elementor-element-245c2c92 > .elementor-motion-effects-container > .elementor-motion-effects-layer{--wpr-bg-395613a2-d61e-4a9a-9935-2370edbcb1c9: url('https://www.shchackim.co.il/wp-content/uploads/2023/03/footer-fix-scaled.webp');}.elementor-59 .elementor-element.elementor-element-245c2c92:not(.elementor-motion-effects-element-type-background), .elementor-59 .elementor-element.elementor-element-245c2c92 > .elementor-motion-effects-container > .elementor-motion-effects-layer{--wpr-bg-06019193-ea20-44fd-810f-3890b05fce7a: url('https://www.shchackim.co.il/wp-content/uploads/2022/11/footer-fix-scaled-1.jpg');}.elementor-59 .elementor-element.elementor-element-245c2c92::before, .elementor-59 .elementor-element.elementor-element-245c2c92 > .elementor-background-video-container::before, .elementor-59 .elementor-element.elementor-element-245c2c92 > .e-con-inner > .elementor-background-video-container::before, .elementor-59 .elementor-element.elementor-element-245c2c92 > .elementor-background-slideshow::before, .elementor-59 .elementor-element.elementor-element-245c2c92 > .e-con-inner > .elementor-background-slideshow::before, .elementor-59 .elementor-element.elementor-element-245c2c92 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--wpr-bg-8677eba0-ba15-43b9-8849-9e9629734a43: url('https://www.shchackim.co.il/wp-content/uploads/2023/03/home-down.png');}.elementor-23283 .elementor-element.elementor-element-5ce2114d:not(.elementor-motion-effects-element-type-background), .elementor-23283 .elementor-element.elementor-element-5ce2114d > .elementor-motion-effects-container > .elementor-motion-effects-layer{--wpr-bg-b4d13d86-45e0-4065-bdb5-1f8be406df8b: url('https://www.shchackim.co.il/wp-content/uploads/2023/05/new-site-popup-1024x1024.png');}.elementor-23283 .elementor-element.elementor-element-5c5ece18::before, .elementor-23283 .elementor-element.elementor-element-5c5ece18 > .elementor-background-video-container::before, .elementor-23283 .elementor-element.elementor-element-5c5ece18 > .e-con-inner > .elementor-background-video-container::before, .elementor-23283 .elementor-element.elementor-element-5c5ece18 > .elementor-background-slideshow::before, .elementor-23283 .elementor-element.elementor-element-5c5ece18 > .e-con-inner > .elementor-background-slideshow::before, .elementor-23283 .elementor-element.elementor-element-5c5ece18 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--wpr-bg-d5231cd7-7311-4e0b-9a05-f77d022bd6c7: url('https://www.shchackim.co.il/wp-content/uploads/2023/05/bubble_bg_popup.png');}.chosen-container-single .chosen-single abbr{--wpr-bg-e1d6740f-8be7-45a6-a1ee-ed7428137423: url('https://www.shchackim.co.il/wp-content/plugins/jet-search/assets/lib/chosen/chosen-sprite.png');}.chosen-container-single .chosen-single div b{--wpr-bg-8019418d-32de-461f-8ae7-bf127b608327: url('https://www.shchackim.co.il/wp-content/plugins/jet-search/assets/lib/chosen/chosen-sprite.png');}.chosen-container-single .chosen-search input[type=text]{--wpr-bg-dadd56d0-904d-4318-b61f-24b586100426: url('https://www.shchackim.co.il/wp-content/plugins/jet-search/assets/lib/chosen/chosen-sprite.png');}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{--wpr-bg-c0d6a704-f4d2-407e-a334-7c48464be7c5: url('https://www.shchackim.co.il/wp-content/plugins/jet-search/assets/lib/chosen/chosen-sprite.png');}.chosen-rtl .chosen-search input[type=text]{--wpr-bg-ff868be7-d6bf-48f4-ba3b-bfdce6c463d0: url('https://www.shchackim.co.il/wp-content/plugins/jet-search/assets/lib/chosen/chosen-sprite.png');}.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-rtl .chosen-search input[type=text]{--wpr-bg-af0e0335-cf75-4fce-af20-09335e39e9a8: url('https://www.shchackim.co.il/wp-content/plugins/jet-search/assets/lib/chosen/chosen-sprite@2x.png');}#zvc-cover{--wpr-bg-7f1ada9b-643b-4619-89fe-1e3221094dd1: url('https://www.shchackim.co.il/wp-content/plugins/video-conferencing-with-zoom-api/assets/images/ajax-loader.gif');}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{--wpr-bg-4a45a0cd-52c1-45bd-b6f6-e0fc52688d16: url('https://www.shchackim.co.il/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png');}button.pswp__button{--wpr-bg-d59422fb-e1f8-408e-a7f0-b6a782b7129e: url('https://www.shchackim.co.il/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png');}.elementor-23283 .elementor-element.elementor-element-5ce2114d:not(.elementor-motion-effects-element-type-background){--wpr-bg-abdddfbd-3c25-44e2-993f-df247d4f0d36: url('https://www.shchackim.co.il/wp-content/uploads/2023/05/new-site-popup-1024x1024.png');}.elementor-23283 .elementor-element.elementor-element-5c5ece18::before{--wpr-bg-76d84699-a30f-43bb-b1ce-aa9249666cd1: url('https://www.shchackim.co.il/wp-content/uploads/2023/05/bubble_bg_popup.png');}.elementor-18130 .elementor-element.elementor-element-17ae2e6:not(.elementor-motion-effects-element-type-background), .elementor-18130 .elementor-element.elementor-element-17ae2e6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{--wpr-bg-943fbea4-c82d-4ae5-bbbb-ac3a68807978: url('https://www.shchackim.co.il/wp-content/uploads/2024/07/מהי-שפת-Python-מדריך-לילדים.jpg');}</style>
</noscript>
<script type="application/javascript">const rocket_pairs = [{"selector":".woocommerce .blockUI.blockOverlay","style":".woocommerce .blockUI.blockOverlay::before{--wpr-bg-f2ca2327-9174-42f7-94b6-3c06ef672f5f: url('https:\/\/www.shchackim.co.il\/wp-content\/plugins\/woocommerce\/assets\/images\/icons\/loader.svg');}","hash":"f2ca2327-9174-42f7-94b6-3c06ef672f5f","url":"https:\/\/www.shchackim.co.il\/wp-content\/plugins\/woocommerce\/assets\/images\/icons\/loader.svg"},{"selector":".woocommerce .loader","style":".woocommerce .loader::before{--wpr-bg-23999694-a798-4b41-84c5-a25e5efd65ca: url('https:\/\/www.shchackim.co.il\/wp-content\/plugins\/woocommerce\/assets\/images\/icons\/loader.svg');}","hash":"23999694-a798-4b41-84c5-a25e5efd65ca","url":"https:\/\/www.shchackim.co.il\/wp-content\/plugins\/woocommerce\/assets\/images\/icons\/loader.svg"},{"selector":"#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa","style":"#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa{--wpr-bg-9448d3a9-cc65-46ca-b61d-2679ac90bae4: url('https:\/\/www.shchackim.co.il\/wp-content\/plugins\/woocommerce\/assets\/images\/icons\/credit-cards\/visa.svg');}","hash":"9448d3a9-cc65-46ca-b61d-2679ac90bae4","url":"https:\/\/www.shchackim.co.il\/wp-content\/plugins\/woocommerce\/assets\/images\/icons\/credit-cards\/visa.svg"},{"selector":"#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard","style":"#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard{--wpr-bg-d332feb7-bff1-45f3-9dae-03816de0ef80: url('https:\/\/www.shchackim.co.il\/wp-content\/plugins\/woocommerce\/assets\/images\/icons\/credit-cards\/mastercard.svg');}","hash":"d332feb7-bff1-45f3-9dae-03816de0ef80","url":"https:\/\/www.shchackim.co.il\/wp-content\/plugins\/woocommerce\/assets\/images\/icons\/credit-cards\/mastercard.svg"},{"selector":"#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser","style":"#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser{--wpr-bg-8aa2e465-ec99-4c6a-9903-215d8bf3e528: url('https:\/\/www.shchackim.co.il\/wp-content\/plugins\/woocommerce\/assets\/images\/icons\/credit-cards\/laser.svg');}","hash":"8aa2e465-ec99-4c6a-9903-215d8bf3e528","url":"https:\/\/www.shchackim.co.il\/wp-content\/plugins\/woocommerce\/assets\/images\/icons\/credit-cards\/laser.svg"},{"selector":"#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub","style":"#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub{--wpr-bg-efa0449c-15c4-4ddf-93e5-68b38ca5beab: url('https:\/\/www.shchackim.co.il\/wp-content\/plugins\/woocommerce\/assets\/images\/icons\/credit-cards\/diners.svg');}","hash":"efa0449c-15c4-4ddf-93e5-68b38ca5beab","url":"https:\/\/www.shchackim.co.il\/wp-content\/plugins\/woocommerce\/assets\/images\/icons\/credit-cards\/diners.svg"},{"selector":"#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro","style":"#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro{--wpr-bg-dc698819-ed0e-4154-8bac-0aa28d2af7eb: url('https:\/\/www.shchackim.co.il\/wp-content\/plugins\/woocommerce\/assets\/images\/icons\/credit-cards\/maestro.svg');}","hash":"dc698819-ed0e-4154-8bac-0aa28d2af7eb","url":"https:\/\/www.shchackim.co.il\/wp-content\/plugins\/woocommerce\/assets\/images\/icons\/credit-cards\/maestro.svg"},{"selector":"#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb","style":"#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb{--wpr-bg-d00fbc6b-08d3-41f3-ad24-34a2d18a8892: url('https:\/\/www.shchackim.co.il\/wp-content\/plugins\/woocommerce\/assets\/images\/icons\/credit-cards\/jcb.svg');}","hash":"d00fbc6b-08d3-41f3-ad24-34a2d18a8892","url":"https:\/\/www.shchackim.co.il\/wp-content\/plugins\/woocommerce\/assets\/images\/icons\/credit-cards\/jcb.svg"},{"selector":"#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex","style":"#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex{--wpr-bg-83d8598a-c8c7-43e9-ad62-4956da7fa67f: url('https:\/\/www.shchackim.co.il\/wp-content\/plugins\/woocommerce\/assets\/images\/icons\/credit-cards\/amex.svg');}","hash":"83d8598a-c8c7-43e9-ad62-4956da7fa67f","url":"https:\/\/www.shchackim.co.il\/wp-content\/plugins\/woocommerce\/assets\/images\/icons\/credit-cards\/amex.svg"},{"selector":"#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover","style":"#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover{--wpr-bg-df1e13f0-4a78-4628-8f5f-eafe09e0ba60: url('https:\/\/www.shchackim.co.il\/wp-content\/plugins\/woocommerce\/assets\/images\/icons\/credit-cards\/discover.svg');}","hash":"df1e13f0-4a78-4628-8f5f-eafe09e0ba60","url":"https:\/\/www.shchackim.co.il\/wp-content\/plugins\/woocommerce\/assets\/images\/icons\/credit-cards\/discover.svg"},{"selector":".single-jet-popup","style":".single-jet-popup{--wpr-bg-844a2937-a775-4d90-a4d5-21d7f92a9604: url('https:\/\/www.shchackim.co.il\/wp-content\/plugins\/jet-popup\/assets\/image\/transparent.jpg');}","hash":"844a2937-a775-4d90-a4d5-21d7f92a9604","url":"https:\/\/www.shchackim.co.il\/wp-content\/plugins\/jet-popup\/assets\/image\/transparent.jpg"},{"selector":".mejs-overlay-button","style":".mejs-overlay-button{--wpr-bg-47c99e0c-0767-4d65-a9fe-57126a6bb7dc: url('https:\/\/www.shchackim.co.il\/wp-includes\/js\/mediaelement\/mejs-controls.svg');}","hash":"47c99e0c-0767-4d65-a9fe-57126a6bb7dc","url":"https:\/\/www.shchackim.co.il\/wp-includes\/js\/mediaelement\/mejs-controls.svg"},{"selector":".mejs-overlay-loading-bg-img","style":".mejs-overlay-loading-bg-img{--wpr-bg-dadb3de0-2540-4c9c-a1ee-d77d6af8e481: url('https:\/\/www.shchackim.co.il\/wp-includes\/js\/mediaelement\/mejs-controls.svg');}","hash":"dadb3de0-2540-4c9c-a1ee-d77d6af8e481","url":"https:\/\/www.shchackim.co.il\/wp-includes\/js\/mediaelement\/mejs-controls.svg"},{"selector":".mejs-button>button","style":".mejs-button>button{--wpr-bg-38aa0afb-3c8b-4862-9bf1-967a7f136e8f: url('https:\/\/www.shchackim.co.il\/wp-includes\/js\/mediaelement\/mejs-controls.svg');}","hash":"38aa0afb-3c8b-4862-9bf1-967a7f136e8f","url":"https:\/\/www.shchackim.co.il\/wp-includes\/js\/mediaelement\/mejs-controls.svg"},{"selector":"button.pswp__button","style":"button.pswp__button{--wpr-bg-cdae0c08-7ded-42e2-89e5-9054911c6295: url('https:\/\/www.shchackim.co.il\/wp-content\/plugins\/woocommerce\/assets\/css\/photoswipe\/default-skin\/default-skin.png');}","hash":"cdae0c08-7ded-42e2-89e5-9054911c6295","url":"https:\/\/www.shchackim.co.il\/wp-content\/plugins\/woocommerce\/assets\/css\/photoswipe\/default-skin\/default-skin.png"},{"selector":".pswp__button,.pswp__button--arrow--left,.pswp__button--arrow--right","style":".pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{--wpr-bg-e32cb992-47df-4f78-be75-9b83c7ed1fd1: url('https:\/\/www.shchackim.co.il\/wp-content\/plugins\/woocommerce\/assets\/css\/photoswipe\/default-skin\/default-skin.png');}","hash":"e32cb992-47df-4f78-be75-9b83c7ed1fd1","url":"https:\/\/www.shchackim.co.il\/wp-content\/plugins\/woocommerce\/assets\/css\/photoswipe\/default-skin\/default-skin.png"},{"selector":".pswp__preloader--active .pswp__preloader__icn","style":".pswp__preloader--active .pswp__preloader__icn{--wpr-bg-05c57a6f-c7ba-47a6-9df3-7fcca4ed9036: url('https:\/\/www.shchackim.co.il\/wp-content\/plugins\/woocommerce\/assets\/css\/photoswipe\/default-skin\/preloader.gif');}","hash":"05c57a6f-c7ba-47a6-9df3-7fcca4ed9036","url":"https:\/\/www.shchackim.co.il\/wp-content\/plugins\/woocommerce\/assets\/css\/photoswipe\/default-skin\/preloader.gif"},{"selector":".pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right","style":".pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{--wpr-bg-8150b304-4db6-4a10-9b44-593e5742392b: url('https:\/\/www.shchackim.co.il\/wp-content\/plugins\/woocommerce\/assets\/css\/photoswipe\/default-skin\/default-skin.svg');}","hash":"8150b304-4db6-4a10-9b44-593e5742392b","url":"https:\/\/www.shchackim.co.il\/wp-content\/plugins\/woocommerce\/assets\/css\/photoswipe\/default-skin\/default-skin.svg"},{"selector":".jet-image-accordion__item-loader span","style":".jet-image-accordion__item-loader span{--wpr-bg-0e768bec-3fe5-4d11-8a94-0523cfbd312e: url('https:\/\/www.shchackim.co.il\/wp-content\/plugins\/jet-tabs\/assets\/images\/spinner-32.svg');}","hash":"0e768bec-3fe5-4d11-8a94-0523cfbd312e","url":"https:\/\/www.shchackim.co.il\/wp-content\/plugins\/jet-tabs\/assets\/images\/spinner-32.svg"},{"selector":".elementor-59 .elementor-element.elementor-element-245c2c92:not(.elementor-motion-effects-element-type-background), .elementor-59 .elementor-element.elementor-element-245c2c92 > .elementor-motion-effects-container > .elementor-motion-effects-layer","style":".elementor-59 .elementor-element.elementor-element-245c2c92:not(.elementor-motion-effects-element-type-background), .elementor-59 .elementor-element.elementor-element-245c2c92 > .elementor-motion-effects-container > .elementor-motion-effects-layer{--wpr-bg-395613a2-d61e-4a9a-9935-2370edbcb1c9: url('https:\/\/www.shchackim.co.il\/wp-content\/uploads\/2023\/03\/footer-fix-scaled.webp');}","hash":"395613a2-d61e-4a9a-9935-2370edbcb1c9","url":"https:\/\/www.shchackim.co.il\/wp-content\/uploads\/2023\/03\/footer-fix-scaled.webp"},{"selector":".elementor-59 .elementor-element.elementor-element-245c2c92:not(.elementor-motion-effects-element-type-background), .elementor-59 .elementor-element.elementor-element-245c2c92 > .elementor-motion-effects-container > .elementor-motion-effects-layer","style":".elementor-59 .elementor-element.elementor-element-245c2c92:not(.elementor-motion-effects-element-type-background), .elementor-59 .elementor-element.elementor-element-245c2c92 > .elementor-motion-effects-container > .elementor-motion-effects-layer{--wpr-bg-06019193-ea20-44fd-810f-3890b05fce7a: url('https:\/\/www.shchackim.co.il\/wp-content\/uploads\/2022\/11\/footer-fix-scaled-1.jpg');}","hash":"06019193-ea20-44fd-810f-3890b05fce7a","url":"https:\/\/www.shchackim.co.il\/wp-content\/uploads\/2022\/11\/footer-fix-scaled-1.jpg"},{"selector":".elementor-59 .elementor-element.elementor-element-245c2c92, .elementor-59 .elementor-element.elementor-element-245c2c92 > .elementor-background-video-container, .elementor-59 .elementor-element.elementor-element-245c2c92 > .e-con-inner > .elementor-background-video-container, .elementor-59 .elementor-element.elementor-element-245c2c92 > .elementor-background-slideshow, .elementor-59 .elementor-element.elementor-element-245c2c92 > .e-con-inner > .elementor-background-slideshow, .elementor-59 .elementor-element.elementor-element-245c2c92 > .elementor-motion-effects-container > .elementor-motion-effects-layer","style":".elementor-59 .elementor-element.elementor-element-245c2c92::before, .elementor-59 .elementor-element.elementor-element-245c2c92 > .elementor-background-video-container::before, .elementor-59 .elementor-element.elementor-element-245c2c92 > .e-con-inner > .elementor-background-video-container::before, .elementor-59 .elementor-element.elementor-element-245c2c92 > .elementor-background-slideshow::before, .elementor-59 .elementor-element.elementor-element-245c2c92 > .e-con-inner > .elementor-background-slideshow::before, .elementor-59 .elementor-element.elementor-element-245c2c92 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--wpr-bg-8677eba0-ba15-43b9-8849-9e9629734a43: url('https:\/\/www.shchackim.co.il\/wp-content\/uploads\/2023\/03\/home-down.png');}","hash":"8677eba0-ba15-43b9-8849-9e9629734a43","url":"https:\/\/www.shchackim.co.il\/wp-content\/uploads\/2023\/03\/home-down.png"},{"selector":".elementor-23283 .elementor-element.elementor-element-5ce2114d:not(.elementor-motion-effects-element-type-background), .elementor-23283 .elementor-element.elementor-element-5ce2114d > .elementor-motion-effects-container > .elementor-motion-effects-layer","style":".elementor-23283 .elementor-element.elementor-element-5ce2114d:not(.elementor-motion-effects-element-type-background), .elementor-23283 .elementor-element.elementor-element-5ce2114d > .elementor-motion-effects-container > .elementor-motion-effects-layer{--wpr-bg-b4d13d86-45e0-4065-bdb5-1f8be406df8b: url('https:\/\/www.shchackim.co.il\/wp-content\/uploads\/2023\/05\/new-site-popup-1024x1024.png');}","hash":"b4d13d86-45e0-4065-bdb5-1f8be406df8b","url":"https:\/\/www.shchackim.co.il\/wp-content\/uploads\/2023\/05\/new-site-popup-1024x1024.png"},{"selector":".elementor-23283 .elementor-element.elementor-element-5c5ece18, .elementor-23283 .elementor-element.elementor-element-5c5ece18 > .elementor-background-video-container, .elementor-23283 .elementor-element.elementor-element-5c5ece18 > .e-con-inner > .elementor-background-video-container, .elementor-23283 .elementor-element.elementor-element-5c5ece18 > .elementor-background-slideshow, .elementor-23283 .elementor-element.elementor-element-5c5ece18 > .e-con-inner > .elementor-background-slideshow, .elementor-23283 .elementor-element.elementor-element-5c5ece18 > .elementor-motion-effects-container > .elementor-motion-effects-layer","style":".elementor-23283 .elementor-element.elementor-element-5c5ece18::before, .elementor-23283 .elementor-element.elementor-element-5c5ece18 > .elementor-background-video-container::before, .elementor-23283 .elementor-element.elementor-element-5c5ece18 > .e-con-inner > .elementor-background-video-container::before, .elementor-23283 .elementor-element.elementor-element-5c5ece18 > .elementor-background-slideshow::before, .elementor-23283 .elementor-element.elementor-element-5c5ece18 > .e-con-inner > .elementor-background-slideshow::before, .elementor-23283 .elementor-element.elementor-element-5c5ece18 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--wpr-bg-d5231cd7-7311-4e0b-9a05-f77d022bd6c7: url('https:\/\/www.shchackim.co.il\/wp-content\/uploads\/2023\/05\/bubble_bg_popup.png');}","hash":"d5231cd7-7311-4e0b-9a05-f77d022bd6c7","url":"https:\/\/www.shchackim.co.il\/wp-content\/uploads\/2023\/05\/bubble_bg_popup.png"},{"selector":".chosen-container-single .chosen-single abbr","style":".chosen-container-single .chosen-single abbr{--wpr-bg-e1d6740f-8be7-45a6-a1ee-ed7428137423: url('https:\/\/www.shchackim.co.il\/wp-content\/plugins\/jet-search\/assets\/lib\/chosen\/chosen-sprite.png');}","hash":"e1d6740f-8be7-45a6-a1ee-ed7428137423","url":"https:\/\/www.shchackim.co.il\/wp-content\/plugins\/jet-search\/assets\/lib\/chosen\/chosen-sprite.png"},{"selector":".chosen-container-single .chosen-single div b","style":".chosen-container-single .chosen-single div b{--wpr-bg-8019418d-32de-461f-8ae7-bf127b608327: url('https:\/\/www.shchackim.co.il\/wp-content\/plugins\/jet-search\/assets\/lib\/chosen\/chosen-sprite.png');}","hash":"8019418d-32de-461f-8ae7-bf127b608327","url":"https:\/\/www.shchackim.co.il\/wp-content\/plugins\/jet-search\/assets\/lib\/chosen\/chosen-sprite.png"},{"selector":".chosen-container-single .chosen-search input[type=text]","style":".chosen-container-single .chosen-search input[type=text]{--wpr-bg-dadd56d0-904d-4318-b61f-24b586100426: url('https:\/\/www.shchackim.co.il\/wp-content\/plugins\/jet-search\/assets\/lib\/chosen\/chosen-sprite.png');}","hash":"dadd56d0-904d-4318-b61f-24b586100426","url":"https:\/\/www.shchackim.co.il\/wp-content\/plugins\/jet-search\/assets\/lib\/chosen\/chosen-sprite.png"},{"selector":".chosen-container-multi .chosen-choices li.search-choice .search-choice-close","style":".chosen-container-multi .chosen-choices li.search-choice .search-choice-close{--wpr-bg-c0d6a704-f4d2-407e-a334-7c48464be7c5: url('https:\/\/www.shchackim.co.il\/wp-content\/plugins\/jet-search\/assets\/lib\/chosen\/chosen-sprite.png');}","hash":"c0d6a704-f4d2-407e-a334-7c48464be7c5","url":"https:\/\/www.shchackim.co.il\/wp-content\/plugins\/jet-search\/assets\/lib\/chosen\/chosen-sprite.png"},{"selector":".chosen-rtl .chosen-search input[type=text]","style":".chosen-rtl .chosen-search input[type=text]{--wpr-bg-ff868be7-d6bf-48f4-ba3b-bfdce6c463d0: url('https:\/\/www.shchackim.co.il\/wp-content\/plugins\/jet-search\/assets\/lib\/chosen\/chosen-sprite.png');}","hash":"ff868be7-d6bf-48f4-ba3b-bfdce6c463d0","url":"https:\/\/www.shchackim.co.il\/wp-content\/plugins\/jet-search\/assets\/lib\/chosen\/chosen-sprite.png"},{"selector":".chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-rtl .chosen-search input[type=text]","style":".chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-rtl .chosen-search input[type=text]{--wpr-bg-af0e0335-cf75-4fce-af20-09335e39e9a8: url('https:\/\/www.shchackim.co.il\/wp-content\/plugins\/jet-search\/assets\/lib\/chosen\/chosen-sprite@2x.png');}","hash":"af0e0335-cf75-4fce-af20-09335e39e9a8","url":"https:\/\/www.shchackim.co.il\/wp-content\/plugins\/jet-search\/assets\/lib\/chosen\/chosen-sprite@2x.png"},{"selector":"#zvc-cover","style":"#zvc-cover{--wpr-bg-7f1ada9b-643b-4619-89fe-1e3221094dd1: url('https:\/\/www.shchackim.co.il\/wp-content\/plugins\/video-conferencing-with-zoom-api\/assets\/images\/ajax-loader.gif');}","hash":"7f1ada9b-643b-4619-89fe-1e3221094dd1","url":"https:\/\/www.shchackim.co.il\/wp-content\/plugins\/video-conferencing-with-zoom-api\/assets\/images\/ajax-loader.gif"},{"selector":".pswp__button,.pswp__button--arrow--left,.pswp__button--arrow--right","style":".pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{--wpr-bg-4a45a0cd-52c1-45bd-b6f6-e0fc52688d16: url('https:\/\/www.shchackim.co.il\/wp-content\/plugins\/woocommerce\/assets\/css\/photoswipe\/default-skin\/default-skin.png');}","hash":"4a45a0cd-52c1-45bd-b6f6-e0fc52688d16","url":"https:\/\/www.shchackim.co.il\/wp-content\/plugins\/woocommerce\/assets\/css\/photoswipe\/default-skin\/default-skin.png"},{"selector":"button.pswp__button","style":"button.pswp__button{--wpr-bg-d59422fb-e1f8-408e-a7f0-b6a782b7129e: url('https:\/\/www.shchackim.co.il\/wp-content\/plugins\/woocommerce\/assets\/css\/photoswipe\/default-skin\/default-skin.png');}","hash":"d59422fb-e1f8-408e-a7f0-b6a782b7129e","url":"https:\/\/www.shchackim.co.il\/wp-content\/plugins\/woocommerce\/assets\/css\/photoswipe\/default-skin\/default-skin.png"},{"selector":".elementor-23283 .elementor-element.elementor-element-5ce2114d:not(.elementor-motion-effects-element-type-background)","style":".elementor-23283 .elementor-element.elementor-element-5ce2114d:not(.elementor-motion-effects-element-type-background){--wpr-bg-abdddfbd-3c25-44e2-993f-df247d4f0d36: url('https:\/\/www.shchackim.co.il\/wp-content\/uploads\/2023\/05\/new-site-popup-1024x1024.png');}","hash":"abdddfbd-3c25-44e2-993f-df247d4f0d36","url":"https:\/\/www.shchackim.co.il\/wp-content\/uploads\/2023\/05\/new-site-popup-1024x1024.png"},{"selector":".elementor-23283 .elementor-element.elementor-element-5c5ece18","style":".elementor-23283 .elementor-element.elementor-element-5c5ece18::before{--wpr-bg-76d84699-a30f-43bb-b1ce-aa9249666cd1: url('https:\/\/www.shchackim.co.il\/wp-content\/uploads\/2023\/05\/bubble_bg_popup.png');}","hash":"76d84699-a30f-43bb-b1ce-aa9249666cd1","url":"https:\/\/www.shchackim.co.il\/wp-content\/uploads\/2023\/05\/bubble_bg_popup.png"},{"selector":".elementor-18130 .elementor-element.elementor-element-17ae2e6:not(.elementor-motion-effects-element-type-background), .elementor-18130 .elementor-element.elementor-element-17ae2e6 > .elementor-motion-effects-container > .elementor-motion-effects-layer","style":".elementor-18130 .elementor-element.elementor-element-17ae2e6:not(.elementor-motion-effects-element-type-background), .elementor-18130 .elementor-element.elementor-element-17ae2e6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{--wpr-bg-943fbea4-c82d-4ae5-bbbb-ac3a68807978: url('https:\/\/www.shchackim.co.il\/wp-content\/uploads\/2024\/07\/\u05de\u05d4\u05d9-\u05e9\u05e4\u05ea-Python-\u05de\u05d3\u05e8\u05d9\u05da-\u05dc\u05d9\u05dc\u05d3\u05d9\u05dd.jpg');}","hash":"943fbea4-c82d-4ae5-bbbb-ac3a68807978","url":"https:\/\/www.shchackim.co.il\/wp-content\/uploads\/2024\/07\/\u05de\u05d4\u05d9-\u05e9\u05e4\u05ea-Python-\u05de\u05d3\u05e8\u05d9\u05da-\u05dc\u05d9\u05dc\u05d3\u05d9\u05dd.jpg"}]; const rocket_excluded_pairs = [];</script></head>
<body>
    <h1>ברוכים הבאים לאתר הראשון שלי!</h1>
    <p>זהו פסקה ראשונה שלי. HTML זה ממש כיף!</p>
<script>"use strict";function wprRemoveCPCSS(){var preload_stylesheets=document.querySelectorAll('link[data-rocket-async="style"][rel="preload"]');if(preload_stylesheets&&0<preload_stylesheets.length)for(var stylesheet_index=0;stylesheet_index<preload_stylesheets.length;stylesheet_index++){var media=preload_stylesheets[stylesheet_index].getAttribute("media")||"all";if(window.matchMedia(media).matches)return void setTimeout(wprRemoveCPCSS,200)}var elem=document.getElementById("rocket-critical-css");elem&&"remove"in elem&&elem.remove()}window.addEventListener?window.addEventListener("load",wprRemoveCPCSS):window.attachEvent&&window.attachEvent("onload",wprRemoveCPCSS);</script><script>(()=>{class RocketElementorPreload{constructor(){this.deviceMode=document.createElement("span"),this.deviceMode.id="elementor-device-mode-wpr",this.deviceMode.setAttribute("class","elementor-screen-only"),document.body.appendChild(this.deviceMode)}t(){let t=getComputedStyle(this.deviceMode,":after").content.replace(/"/g,"");this.animationSettingKeys=this.i(t),document.querySelectorAll(".elementor-invisible[data-settings]").forEach((t=>{const e=t.getBoundingClientRect();if(e.bottom>=0&&e.top<=window.innerHeight)try{this.o(t)}catch(t){}}))}o(t){const e=JSON.parse(t.dataset.settings),i=e.m||e.animation_delay||0,n=e[this.animationSettingKeys.find((t=>e[t]))];if("none"===n)return void t.classList.remove("elementor-invisible");t.classList.remove(n),this.currentAnimation&&t.classList.remove(this.currentAnimation),this.currentAnimation=n;let o=setTimeout((()=>{t.classList.remove("elementor-invisible"),t.classList.add("animated",n),this.l(t,e)}),i);window.addEventListener("rocket-startLoading",(function(){clearTimeout(o)}))}i(t="mobile"){const e=[""];switch(t){case"mobile":e.unshift("_mobile");case"tablet":e.unshift("_tablet");case"desktop":e.unshift("_desktop")}const i=[];return["animation","_animation"].forEach((t=>{e.forEach((e=>{i.push(t+e)}))})),i}l(t,e){this.i().forEach((t=>delete e[t])),t.dataset.settings=JSON.stringify(e)}static run(){const t=new RocketElementorPreload;requestAnimationFrame(t.t.bind(t))}}document.addEventListener("DOMContentLoaded",RocketElementorPreload.run)})();</script><noscript><link rel='stylesheet' id='hello-elementor-theme-style-css' href='https://www.shchackim.co.il/wp-content/themes/hello-elementor/theme.min.css?ver=3.3.0' media='all' /><link data-minify="1" rel='stylesheet' id='jet-menu-hello-css' href='https://www.shchackim.co.il/wp-content/cache/min/1/wp-content/plugins/jet-menu/integration/themes/hello-elementor/assets/css/style.css?ver=1743454417' media='all' /><link data-minify="1" rel='stylesheet' id='jet-engine-frontend-css' href='https://www.shchackim.co.il/wp-content/cache/min/1/wp-content/plugins/jet-engine/assets/css/frontend.css?ver=1743454417' media='all' /><link data-minify="1" rel='stylesheet' id='nta-css-popup-rtl-css' href='https://www.shchackim.co.il/wp-content/cache/min/1/wp-content/plugins/wp-whatsapp/assets/dist/css/style-rtl.css?ver=1743454417' media='all' /><link rel='stylesheet' id='hide-admin-bar-based-on-user-roles-css' href='https://www.shchackim.co.il/wp-content/plugins/hide-admin-bar-based-on-user-roles/public/css/hide-admin-bar-based-on-user-roles-public.css?ver=5.0.0' media='all' /><link data-minify="1" rel='stylesheet' id='qcfw-checkout-font-awesome-css' href='https://www.shchackim.co.il/wp-content/cache/min/1/ajax/libs/font-awesome/6.4.2/css/all.min.css?ver=1743454417' media='all' /><link rel='stylesheet' id='qcfw-checkout-slick-css' href='https://www.shchackim.co.il/wp-content/plugins/quick-checkout-for-woocommerce/public/css/slick.min.css?ver=1.5.0' media='all' /><link data-minify="1" rel='stylesheet' id='qcfw-checkout-magnific-css' href='https://www.shchackim.co.il/wp-content/cache/min/1/wp-content/plugins/quick-checkout-for-woocommerce/public/css/qcfw-quick-view-public-magnific.css?ver=1743454417' media='all' /><link data-minify="1" rel='stylesheet' id='qcfw-checkout-css' href='https://www.shchackim.co.il/wp-content/cache/min/1/wp-content/plugins/quick-checkout-for-woocommerce/public/css/qcfw-checkout-public.css?ver=1743454417' media='all' /><link rel='stylesheet' id='uncannyowl-learndash-toolkit-free-css' href='https://www.shchackim.co.il/wp-content/plugins/uncanny-learndash-toolkit/src/assets/frontend/dist/bundle.min.css?ver=3.7.0.2' media='all' /><link data-minify="1" rel='stylesheet' id='woocommerce-layout-rtl-css' href='https://www.shchackim.co.il/wp-content/cache/min/1/wp-content/plugins/woocommerce/assets/css/woocommerce-layout-rtl.css?ver=1743454417' media='all' /><link data-minify="1" rel='stylesheet' id='woocommerce-smallscreen-rtl-css' href='https://www.shchackim.co.il/wp-content/cache/min/1/wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen-rtl.css?ver=1743454417' media='only screen and (max-width: 768px)' /><link data-minify="1" rel='stylesheet' id='woocommerce-general-rtl-css' href='https://www.shchackim.co.il/wp-content/cache/background-css/1/www.shchackim.co.il/wp-content/cache/min/1/wp-content/plugins/woocommerce/assets/css/woocommerce-rtl.css?ver=1743454417&wpr_t=1749856820' media='all' /><link data-minify="1" rel='stylesheet' id='learndash_quiz_front_css-rtl-css' href='https://www.shchackim.co.il/wp-content/cache/min/1/wp-content/plugins/sfwd-lms/themes/legacy/templates/learndash_quiz_front.min-rtl.css?ver=1743454417' media='all' /><link data-minify="1" rel='stylesheet' id='dashicons-css' href='https://www.shchackim.co.il/wp-content/cache/min/1/wp-includes/css/dashicons.min.css?ver=1743454417' media='all' /><link data-minify="1" rel='stylesheet' id='learndash-rtl-css' href='https://www.shchackim.co.il/wp-content/cache/min/1/wp-content/plugins/sfwd-lms/src/assets/dist/css/styles-rtl.css?ver=1743454417' media='all' /><link data-minify="1" rel='stylesheet' id='jquery-dropdown-css-rtl-css' href='https://www.shchackim.co.il/wp-content/cache/min/1/wp-content/plugins/sfwd-lms/assets/css/jquery.dropdown.min-rtl.css?ver=1743454417' media='all' /><link rel='stylesheet' id='learndash_lesson_video-css' href='//www.shchackim.co.il/wp-content/plugins/sfwd-lms/themes/legacy/templates/learndash_lesson_video.min.css?ver=4.20.0.1' media='all' /><link data-minify="1" rel='stylesheet' id='learndash-admin-bar-css' href='https://www.shchackim.co.il/wp-content/cache/min/1/wp-content/plugins/sfwd-lms/src/assets/dist/css/admin-bar/styles.css?ver=1743454417' media='all' /><link data-minify="1" rel='stylesheet' id='learndash-admin-bar-rtl-css' href='https://www.shchackim.co.il/wp-content/cache/min/1/wp-content/plugins/sfwd-lms/src/assets/dist/css/admin-bar/styles-rtl.css?ver=1743454417' media='all' /><link data-minify="1" rel='stylesheet' id='brands-styles-css' href='https://www.shchackim.co.il/wp-content/cache/min/1/wp-content/plugins/woocommerce/assets/css/brands.css?ver=1743454417' media='all' /><link rel='stylesheet' id='hello-elementor-css' href='https://www.shchackim.co.il/wp-content/themes/hello-elementor/style.min.css?ver=3.3.0' media='all' /><link rel='stylesheet' id='hello-elementor-header-footer-css' href='https://www.shchackim.co.il/wp-content/themes/hello-elementor/header-footer.min.css?ver=3.3.0' media='all' /><link rel='stylesheet' id='elementor-frontend-css' href='https://www.shchackim.co.il/wp-content/uploads/elementor/css/custom-frontend-rtl.min.css?ver=1743454414' media='all' /><link rel='stylesheet' id='elementor-post-6-css' href='https://www.shchackim.co.il/wp-content/uploads/elementor/css/post-6.css?ver=1743454415' media='all' /><link data-minify="1" rel='stylesheet' id='jet-fb-option-field-select-css' href='https://www.shchackim.co.il/wp-content/cache/min/1/wp-content/plugins/jetformbuilder/modules/option-field/assets/build/select.css?ver=1743454417' media='all' /><link data-minify="1" rel='stylesheet' id='jet-fb-option-field-checkbox-css' href='https://www.shchackim.co.il/wp-content/cache/min/1/wp-content/plugins/jetformbuilder/modules/option-field/assets/build/checkbox.css?ver=1743454417' media='all' /><link data-minify="1" rel='stylesheet' id='jet-fb-option-field-radio-css' href='https://www.shchackim.co.il/wp-content/cache/min/1/wp-content/plugins/jetformbuilder/modules/option-field/assets/build/radio.css?ver=1743454417' media='all' /><link data-minify="1" rel='stylesheet' id='jet-fb-advanced-choices-css' href='https://www.shchackim.co.il/wp-content/cache/min/1/wp-content/plugins/jetformbuilder/modules/advanced-choices/assets/build/main.css?ver=1743454417' media='all' /><link data-minify="1" rel='stylesheet' id='jet-fb-wysiwyg-css' href='https://www.shchackim.co.il/wp-content/cache/min/1/wp-content/plugins/jetformbuilder/modules/wysiwyg/assets/build/wysiwyg.css?ver=1743454417' media='all' /><link data-minify="1" rel='stylesheet' id='jet-fb-switcher-css' href='https://www.shchackim.co.il/wp-content/cache/min/1/wp-content/plugins/jetformbuilder/modules/switcher/assets/build/switcher.css?ver=1743454417' media='all' /><link data-minify="1" rel='stylesheet' id='learndash-front-rtl-css' href='https://www.shchackim.co.il/wp-content/cache/min/1/wp-content/plugins/sfwd-lms/themes/ld30/assets/css/learndash.min-rtl.css?ver=1743454417' media='all' /><link data-minify="1" rel='stylesheet' id='jet-menu-public-styles-css' href='https://www.shchackim.co.il/wp-content/cache/min/1/wp-content/plugins/jet-menu/assets/public/css/public.css?ver=1743454417' media='all' /><link data-minify="1" rel='stylesheet' id='jet-popup-frontend-css' href='https://www.shchackim.co.il/wp-content/cache/background-css/1/www.shchackim.co.il/wp-content/cache/min/1/wp-content/plugins/jet-popup/assets/css/jet-popup-frontend.css?ver=1743454417&wpr_t=1749856820' media='all' /><link data-minify="1" rel='stylesheet' id='jet-reviews-frontend-css' href='https://www.shchackim.co.il/wp-content/cache/min/1/wp-content/plugins/jet-reviews/assets/css/jet-reviews.css?ver=1743454417' media='all' /><link rel='stylesheet' id='mediaelement-css' href='https://www.shchackim.co.il/wp-content/cache/background-css/1/www.shchackim.co.il/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css?ver=4.2.17&wpr_t=1749856820' media='all' /><link rel='stylesheet' id='photoswipe-css' href='https://www.shchackim.co.il/wp-content/cache/background-css/1/www.shchackim.co.il/wp-content/plugins/woocommerce/assets/css/photoswipe/photoswipe.min.css?ver=9.7.1&wpr_t=1749856820' media='all' /><link rel='stylesheet' id='photoswipe-default-skin-css' href='https://www.shchackim.co.il/wp-content/cache/background-css/1/www.shchackim.co.il/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.min.css?ver=9.7.1&wpr_t=1749856820' media='all' /><link data-minify="1" rel='stylesheet' id='jet-gallery-frontend-css' href='https://www.shchackim.co.il/wp-content/cache/min/1/wp-content/plugins/jet-woo-product-gallery/assets/css/frontend.css?ver=1743454417' media='all' /><link data-minify="1" rel='stylesheet' id='jet-gallery-widget-gallery-anchor-nav-css' href='https://www.shchackim.co.il/wp-content/cache/min/1/wp-content/plugins/jet-woo-product-gallery/assets/css/widgets/gallery-anchor-nav.css?ver=1743454417' media='all' /><link data-minify="1" rel='stylesheet' id='jet-gallery-widget-gallery-grid-css' href='https://www.shchackim.co.il/wp-content/cache/min/1/wp-content/plugins/jet-woo-product-gallery/assets/css/widgets/gallery-grid.css?ver=1743454417' media='all' /><link data-minify="1" rel='stylesheet' id='jet-gallery-widget-gallery-modern-css' href='https://www.shchackim.co.il/wp-content/cache/min/1/wp-content/plugins/jet-woo-product-gallery/assets/css/widgets/gallery-modern.css?ver=1743454417' media='all' /><link data-minify="1" rel='stylesheet' id='jet-gallery-widget-gallery-slider-css' href='https://www.shchackim.co.il/wp-content/cache/min/1/wp-content/plugins/jet-woo-product-gallery/assets/css/widgets/gallery-slider.css?ver=1743454417' media='all' /><link rel='stylesheet' id='widget-image-css' href='https://www.shchackim.co.il/wp-content/plugins/elementor/assets/css/widget-image-rtl.min.css?ver=3.28.2' media='all' /><link rel='stylesheet' id='widget-nav-menu-css' href='https://www.shchackim.co.il/wp-content/uploads/elementor/css/custom-pro-widget-nav-menu-rtl.min.css?ver=1743454415' media='all' /><link data-minify="1" rel='stylesheet' id='jet-elements-css' href='https://www.shchackim.co.il/wp-content/cache/min/1/wp-content/plugins/jet-elements/assets/css/jet-elements-rtl.css?ver=1743454417' media='all' /><link data-minify="1" rel='stylesheet' id='jet-button-css' href='https://www.shchackim.co.il/wp-content/cache/min/1/wp-content/plugins/jet-elements/assets/css/addons/jet-button-rtl.css?ver=1743454417' media='all' /><link data-minify="1" rel='stylesheet' id='jet-button-skin-css' href='https://www.shchackim.co.il/wp-content/cache/min/1/wp-content/plugins/jet-elements/assets/css/skin/jet-button-rtl.css?ver=1743454417' media='all' /><link rel='stylesheet' id='widget-image-box-css' href='https://www.shchackim.co.il/wp-content/uploads/elementor/css/custom-widget-image-box-rtl.min.css?ver=1743454414' media='all' /><link rel='stylesheet' id='e-motion-fx-css' href='https://www.shchackim.co.il/wp-content/plugins/elementor-pro/assets/css/modules/motion-fx.min.css?ver=3.28.2' media='all' /><link rel='stylesheet' id='widget-progress-tracker-css' href='https://www.shchackim.co.il/wp-content/plugins/elementor-pro/assets/css/widget-progress-tracker-rtl.min.css?ver=3.28.2' media='all' /><link rel='stylesheet' id='e-sticky-css' href='https://www.shchackim.co.il/wp-content/plugins/elementor-pro/assets/css/modules/sticky.min.css?ver=3.28.2' media='all' /><link data-minify="1" rel='stylesheet' id='jet-lottie-css' href='https://www.shchackim.co.il/wp-content/cache/min/1/wp-content/plugins/jet-elements/assets/css/addons/jet-lottie-rtl.css?ver=1743454417' media='all' /><link rel='stylesheet' id='widget-heading-css' href='https://www.shchackim.co.il/wp-content/plugins/elementor/assets/css/widget-heading-rtl.min.css?ver=3.28.2' media='all' /><link rel='stylesheet' id='widget-form-css' href='https://www.shchackim.co.il/wp-content/plugins/elementor-pro/assets/css/widget-form-rtl.min.css?ver=3.28.2' media='all' /><link rel='stylesheet' id='widget-icon-list-css' href='https://www.shchackim.co.il/wp-content/uploads/elementor/css/custom-widget-icon-list-rtl.min.css?ver=1743454414' media='all' /><link rel='stylesheet' id='widget-google_maps-css' href='https://www.shchackim.co.il/wp-content/plugins/elementor/assets/css/widget-google_maps-rtl.min.css?ver=3.28.2' media='all' /><link rel='stylesheet' id='e-animation-fadeInDown-css' href='https://www.shchackim.co.il/wp-content/plugins/elementor/assets/lib/animations/styles/fadeInDown.min.css?ver=3.28.2' media='all' /><link rel='stylesheet' id='e-animation-zoomIn-css' href='https://www.shchackim.co.il/wp-content/plugins/elementor/assets/lib/animations/styles/zoomIn.min.css?ver=3.28.2' media='all' /><link rel='stylesheet' id='e-popup-css' href='https://www.shchackim.co.il/wp-content/plugins/elementor-pro/assets/css/conditionals/popup.min.css?ver=3.28.2' media='all' /><link rel='stylesheet' id='jet-blocks-css' href='https://www.shchackim.co.il/wp-content/uploads/elementor/css/custom-jet-blocks-rtl.css?ver=1.3.17' media='all' /><link data-minify="1" rel='stylesheet' id='elementor-icons-css' href='https://www.shchackim.co.il/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=1743454417' media='all' /><link data-minify="1" rel='stylesheet' id='jet-blog-css' href='https://www.shchackim.co.il/wp-content/cache/min/1/wp-content/plugins/jet-blog/assets/css/jet-blog.css?ver=1743454417' media='all' /><link data-minify="1" rel='stylesheet' id='jet-blog-rtl-css' href='https://www.shchackim.co.il/wp-content/cache/min/1/wp-content/plugins/jet-blog/assets/css/jet-blog-rtl.css?ver=1743454417' media='all' /><link data-minify="1" rel='stylesheet' id='jet-tabs-frontend-css' href='https://www.shchackim.co.il/wp-content/cache/background-css/1/www.shchackim.co.il/wp-content/cache/min/1/wp-content/plugins/jet-tabs/assets/css/jet-tabs-frontend.css?ver=1743454417&wpr_t=1749856820' media='all' /><link data-minify="1" rel='stylesheet' id='jet-tricks-frontend-css' href='https://www.shchackim.co.il/wp-content/cache/min/1/wp-content/plugins/jet-tricks/assets/css/jet-tricks-frontend.css?ver=1743454417' media='all' /><link rel='stylesheet' id='widget-code-highlight-css' href='https://www.shchackim.co.il/wp-content/plugins/elementor-pro/assets/css/widget-code-highlight-rtl.min.css?ver=3.28.2' media='all' /><link rel='stylesheet' id='elementor-post-26309-css' href='https://www.shchackim.co.il/wp-content/uploads/elementor/css/post-26309.css?ver=1743454677' media='all' /><link rel='stylesheet' id='elementor-post-41-css' href='https://www.shchackim.co.il/wp-content/uploads/elementor/css/post-41.css?ver=1743454417' media='all' /><link rel='stylesheet' id='elementor-post-59-css' href='https://www.shchackim.co.il/wp-content/cache/background-css/1/www.shchackim.co.il/wp-content/uploads/elementor/css/post-59.css?ver=1743454417&wpr_t=1749856820' media='all' /><link rel='stylesheet' id='elementor-post-18130-css' href='https://www.shchackim.co.il/wp-content/uploads/elementor/css/post-18130.css?ver=1743454417' media='all' /><link rel='stylesheet' id='elementor-post-23283-css' href='https://www.shchackim.co.il/wp-content/cache/background-css/1/www.shchackim.co.il/wp-content/uploads/elementor/css/post-23283.css?ver=1743454417&wpr_t=1749856820' media='all' /><link rel='stylesheet' id='jquery-chosen-css' href='https://www.shchackim.co.il/wp-content/cache/background-css/1/www.shchackim.co.il/wp-content/plugins/jet-search/assets/lib/chosen/chosen.min.css?ver=1.8.7&wpr_t=1749856820' media='all' /><link data-minify="1" rel='stylesheet' id='jet-search-css' href='https://www.shchackim.co.il/wp-content/cache/min/1/wp-content/plugins/jet-search/assets/css/jet-search.css?ver=1743454417' media='all' /><link rel='stylesheet' id='video-conferencing-with-zoom-api-css' href='https://www.shchackim.co.il/wp-content/cache/background-css/1/www.shchackim.co.il/wp-content/plugins/video-conferencing-with-zoom-api/assets/public/css/style.min.css?ver=4.6.3&wpr_t=1749856820' media='all' /><link data-minify="1" rel='stylesheet' id='elementor-gf-local-assistant-css' href='https://www.shchackim.co.il/wp-content/cache/min/1/wp-content/uploads/elementor/google-fonts/css/assistant.css?ver=1743454418' media='all' /><link data-minify="1" rel='stylesheet' id='elementor-gf-local-heebo-css' href='https://www.shchackim.co.il/wp-content/cache/min/1/wp-content/uploads/elementor/google-fonts/css/heebo.css?ver=1743454418' media='all' /><link data-minify="1" rel='stylesheet' id='elementor-gf-local-opensans-css' href='https://www.shchackim.co.il/wp-content/cache/min/1/wp-content/uploads/elementor/google-fonts/css/opensans.css?ver=1743454418' media='all' /><link data-minify="1" rel='stylesheet' id='elementor-gf-local-opensanshebrew-css' href='https://www.shchackim.co.il/wp-content/cache/min/1/wp-content/uploads/elementor/google-fonts/css/opensanshebrew.css?ver=1743454418' media='all' /><link rel='stylesheet' id='elementor-icons-shared-0-css' href='https://www.shchackim.co.il/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3' media='all' /><link data-minify="1" rel='stylesheet' id='elementor-icons-fa-solid-css' href='https://www.shchackim.co.il/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=1743454418' media='all' /><link data-minify="1" rel='stylesheet' id='elementor-icons-fa-brands-css' href='https://www.shchackim.co.il/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css?ver=1743454418' media='all' /><link data-minify="1" rel='stylesheet' id='wc-blocks-style-rtl-css' href='https://www.shchackim.co.il/wp-content/cache/min/1/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks-rtl.css?ver=1743454418' media='all' /><link rel='stylesheet' id='elementor-post-19851-css' href='https://www.shchackim.co.il/wp-content/uploads/elementor/css/post-19851.css?ver=1743454417' media='all' /><link rel='stylesheet' id='elementor-post-19855-css' href='https://www.shchackim.co.il/wp-content/uploads/elementor/css/post-19855.css?ver=1743454417' media='all' /><link rel='stylesheet' id='elementor-post-19865-css' href='https://www.shchackim.co.il/wp-content/uploads/elementor/css/post-19865.css?ver=1743454417' media='all' /><link rel='stylesheet' id='elementor-post-18886-css' href='https://www.shchackim.co.il/wp-content/uploads/elementor/css/post-18886.css?ver=1743454417' media='all' /><link rel='stylesheet' id='widget-social-icons-css' href='https://www.shchackim.co.il/wp-content/plugins/elementor/assets/css/widget-social-icons-rtl.min.css?ver=3.28.2' media='all' /><link rel='stylesheet' id='e-apple-webkit-css' href='https://www.shchackim.co.il/wp-content/uploads/elementor/css/custom-apple-webkit.min.css?ver=1743454414' media='all' /></noscript></body>
</html>

				
			

אז מה קורה כאן בעצם?

  • <!DOCTYPE html>: מספר לדפדפן שאנחנו משתמשים בגרסה הכי חדשה של HTML.
  • <html> ו-</html>: התחלה וסוף של דף ה-HTML שלנו. כלומר כל פעם שיש לנו / בתוך התגית, הוא מסמל סוף של משהו.
    למשל: <html> הנה אנחנו מספרים משהו וסוגרים אותו </html>
  • <head> ו-</head>: התחלה וסוף של החלק שבו יש מידע על הדף.
  • <title> ו-</title>: כותרת הדף, שתופיע בלשונית של הדפדפן.
  • <body> ו-</body>: התחלה וסוף של החלק המרכזי של הדף, שבו נמצא התוכן שרואים.
  • <h1> ו-<h1>: כותרת גדולה.
  • <p> ו-<p>: פסקה של טקסט.

וזו השפה הבסיסית והחשובה מכול

כיף להיות יצירתיים, ואתם יכולים ליצור אתרי אינטרנט מגניבים משלכם עם שפת HTML.

אולם חשוב לציין שהיא שפה מאוד בסיסית ולצדה חשוב לדעת שפות נוספות דוגמת CSS ו-JavaScript. נקודה מרכזית בה היא שהיא מפתחת מיומנויות טכניות, ולמעשה מהווה כבסיס לכל מה שקשור לתכנות אתרים.

כמכללה ללימודי קוד לילדים שמלמדת טכנולוגיות קוד מתקדמות, אנו כאן כדי להרגיע ולספר ש-HTML היא שפה שילדים יכולים ללמוד וליהנות ממנה. קל ונוח ליצור איתה אתרי אינטרנט בסיסיים.

אבל איך מתחילים?

הדרך הכי טובה להתחיל ללמוד HTML היא פשוט להתחיל לכתוב קוד! יש המון אתרים ויישומים שמאפשרים לכם לתרגל ולהתנסות. למשל, אתם יכולים לנסות אתרים כמו CodePen או אפילו כתבן פשוט במחשב שלכם.

ואם מתחשק לכם להעמיק בשפה זו באופן הרבה יותר מקצועי ויחד עם טכנולוגיות קוד נוספות, במכללת שחקים סייבר נשמח להזמין אתכם להתרשם מן הקורסים השונים שאנו מציעים לתכנות לילדים.

תכנות באמצעות מיינקראפט המשלב יחד עם לימודי סקראצ’ ו-JavaScript ועד ללימודי האקינג ואבטחת מידע שכוללים בין היתר את שפת ה-HTML כחלק מפרויקט לבניית אתר אינטרנט (ולאחר מכן אנחנו לומדים גם איך לפרוץ אותו בתור האקרים מיומנים).

בכל שאלה והתייעצות, נשמח לעמוד לשירותכם עם יועצי הלימודים של מכללת שחקים.

השאירו פרטים

השאירו פרטים ויועץ לימודים ישוב אליכם בהקדם.

תפריט:

לומדים הייטק בחופש הגדול!

הטבות רישום משמעותיות לקיץ

תכנות במיינקראפט | פיי’תון התקפי | סייבר ואבטחת מידע | בינה מלאכותית | תכנות ב#C

או