עבור לתוכן
View in the app

A better way to browse. Learn more.

HWzone

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

2 שאלות ב HTML

Featured Replies

פורסם

1. אני מעלה תמונה עם מסגרת כך:

<img src="mysource" border="6">

המסגרת שמתקבלת היא בצבע סגול. אני רוצה מסגרת שחורה.

עלי להוסיף שהתמונה מהווה קישור, דהיינו נמצאת בין התגיות:

<a href="myfile">

</a>

2. אני רוצה שצבע הרקע לדף( BGCOLOR) יהיה מחולק ל 2. מצד שמאל צבע מסויים שם אכתוב את תוכן הדף ומצד ימין הרקע יהיה בצבע שונה. האם אפשר לפצל דף ל 2 אנכית עם 2 צבעי רקע שונים? האם ניתן לעשות זאת באמצעות TABLE באופן שלעמודה אחת יהיה צבע רקע שונה מהעמודה השניה ?

מישהו יכול להפנות אותי ל TUTORIAL המכיל טיפים מעין אלה ששאלתי ?

תודה !

פורסם

אז ככה לגבי שינוי צבע המסגרת של התמונה תשתמש בהגדרת style:

<img src="your-image.gif" Style="border:solid 1px navy">

במקום navy אתה יכול לרשום כל צבע שאתה רוצה לפי השם או לפי RGB  לדוגמא: #036980

1px זאת הגדרת העובי של המסגרת גם את זה אתה יכול לשנות לפי העובי שאתה רוצה.

עכשיו לגבי הרקעים אז ככה אתה יכול ליצור טבלה ואז להגדיר בה שתי טורים כאשר כל טור יהיה בעל צבע רקע שונה

<table width="100%" border="0">

<tr>

  <td bgcolor="#FFCC77">צד אחד</td>

  <td bgcolor="#CC88FF">צד שני</td>

</tr>

</table>

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

<!-- frames -->

<frameset  cols="50%,*">

    <frame name="left" src="left_page.html" marginwidth="10" marginheight="10" scrolling="auto" frameborder="0">

    <frame name="right" src="right_page.html" marginwidth="10" marginheight="10" scrolling="auto" frameborder="0">

</frameset>

פורסם
  • מחבר

תודה מקרב לב ! :D

ארכיון

דיון זה הועבר לארכיון ולא ניתן להוסיף בו תגובות חדשות.

דיונים חדשים

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.