1 / 10

HTML – שפת הדפדפנים

HTML – שפת הדפדפנים. שיעור 5 קורס הכרת ותכנות המחשב בית ספר ניל"י – זכרון יעקב. מה קורה שגולשים ל http://www.ynet.co.il. 144. איפה זה www.ynet.co.il ?. 192.115.80.66. DNS. מה קורה שגולשים ל http://www.ynet.co.il. תביא את הדף הראשי. <!-- Vignette V6 Mon Feb 17 15:42:47 2014 -->

jaimin
Download Presentation

HTML – שפת הדפדפנים

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. HTML – שפת הדפדפנים שיעור 5 קורס הכרת ותכנות המחשב בית ספר ניל"י – זכרון יעקב

  2. מה קורה שגולשים ל http://www.ynet.co.il 144 איפה זה www.ynet.co.il? 192.115.80.66 DNS

  3. מה קורה שגולשים ל http://www.ynet.co.il תביא את הדף הראשי <!-- Vignette V6 Mon Feb 17 15:42:47 2014 --> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8"> 192.115.80.66 (פיזית בישראל)

  4. הדפדפן מציג את הדף הראשי

  5. מה חשב המשורר? • קדימה • קדימה!!!! • קדימה!!!!!!! • קדימה!!!!!!!!!!! • קדימה

  6. ב HTML מספרים לדפדפן איך להציג • <b>nir</b> = nir • <u>nir</u> = nir • <H1>nir</H1> = nir • <font color=“red”>nir</font> = nir • <a href="http://www.nirkatz.com">nir</a> = nir

  7. מבנה דף HTML <!DOCTYPE html> <html> <head> <title>Title of the document</title> </head> <body> The content of the document...... </body> </html>

  8. פקודות נוספות • <br> - יורד שורה • <hr> - קו אופקי • <marquee> - כיתוב נוסע • <imgsrc=“a.jpeg”> מציג תמונה שנמצאת בקובץ a.jpeg • YouTube – האתר מספק קוד באתר שלו

  9. עוד פקודות • <table border=1> - טבלה עם גבולות • <tr> - שורה בטבלה • <td> - תוכן של תא בטבלה • <ol> - התחלת רשימה ממוספרת • <li>Coffee</li> - איבר ברשימה

  10. עבודה בכיתה / בבית • אפשר לראות קוד של אתרים אחרים ואפילו לשחק איתו. • גלשו לאתר הקורס – http://nilics.wordpress.com • עשו את המטלה בכיתה • חשוב מאד! לשיעור הבא תרשמו לאתר http://he.wordpress.com כפי שרשום באתר • כדי ללמוד עוד גילשו ל - http://www.w3schools.com/

More Related