עבור לתוכן
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.

תעזרו לי בבקשה לבנות אתר ממש בסיסי בשפת html (רק שיר+תמונת רקע)

Featured Replies

פורסם

אני צריך לבנות אתר בשפת html, שיכלול כותרת+שיר מעל תמונת רקע.

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

אז אם אתם מוכנים לבזבז כמה דקות מהזמן שלכם, בבקשה תעזרו לי לבנות את האתר :).

הנה קוד שמכיל את תמונת הרקע, באתר שבו אשמור את האתר שלי:

<img src=http://img287.imageshack.us/img287/3545/aimeadeath9oq.jpg>

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

כדאי שייצא יותר יפה, אז תרגישו חופשי :).

הנה השיר שאני מעוניין לשים על גביי תמונת הרקע:

The Beginning Of The End

The beginning of the end,

the beginning of the end.

It's all a vicious circle,

'round an ever turning bend.

And you can't do this, because you can't do that

And you can't rise above it

Cause you can't get off your back.

And you want to pick wild berries,

or go romping in the snow,

But, it's all beyond your fingertips,

your stuck here, don't you know.

The beginning of the end,

the beginning of the end.

It's all a vicious circle round an ever twisting bend.

And you can't escape its fortress,

for the doors open and they close,

Just long enough to keep you running,

and why?

Heaven only knows!

The beginning, of the end,

the beginning of the end,

It's all a vicious circle and the race is run again.

האתר יעבוד טוב גם בפיירפוקס?

ממש תודה לכל מי שעוזר :)

פורסם

אוקיי, אני לא מומחה אבל מה שהצלחתי לעשות זה בערך זה -


<HTML>
<HEAD></HEAD>
<BODY BACKGROUND = "[url]http://img287.imageshack.us/img287/3545/aimeadeath9oq.jpg">[/url]
<FONT COLOR="red" SIZE=5>
The Beginning Of The End
</FONT><BR><BR>
<FONT COLOR="red" SIZE=3>
The beginning of the end,<BR>
the beginning of the end.<BR>
It's all a vicious circle,<BR>
'round an ever turning bend.<BR><BR>

And you can't do this, because you can't do that<BR>
And you can't rise above it<BR>
Cause you can't get off your back.<BR>
And you want to pick wild berries,<BR>
or go romping in the snow,<BR>
But, it's all beyond your fingertips,<BR>
your stuck here, don't you know.<BR><BR>

The beginning of the end,<BR>
the beginning of the end.<BR>
It's all a vicious circle round an ever twisting bend.<BR>
And you can't escape its fortress,<BR>
for the doors open and they close,<BR>
Just long enough to keep you running,<BR>
and why?<BR>
Heaven only knows!<BR>
The beginning, of the end,<BR>
the beginning of the end,<BR>
It's all a vicious circle and the race is run again.<BR>
</FONT>
</BODY>
</HTML>

פורסם
  • מחבר

תודה על העזרה :), אבל תמונת הרקע לא יצאה באתר.

אתה יודע איך מסדרים?

אני צריך לקבל קוד לתמונת הרקע דרך האתר:

<img src=http://img515.imageshack.us/img515/2123/aimeadeath6dd.jpg>

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

[attachment deleted by admin]

פורסם

קבל קוד כשר למהדרין.

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

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

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"[url]http://www.w3.org/TR/html4/loose.dtd">[/url]
<html>
<head>
<title>The Beginning Of The End</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
.style2 {
font-size: 16px;
color: #3399FF;
font-weight: bold;
}
body {
background-image: url([url]http://img287.imageshack.us/img287/3545/aimeadeath9oq.jpg[/url]);
}
.style3 {
color: #3399FF;
font-weight: bold;
}
-->
</style>
</head>
<body>
<div align="center" class="style1">
<p class="style3">The Beginning Of The End</p>
<p class="style3"> </p>
<p class="style2"> <br>
The beginning of the end, <br>
the beginning of the end. <br>
It's all a vicious circle, <br>
'round an ever turning bend. <br>
<br>
And you can't do this, because you can't do that <br>
And you can't rise above it <br>
Cause you can't get off your back. <br>
And you want to pick wild berries, <br>
or go romping in the snow, <br>
But, it's all beyond your fingertips, <br>
your stuck here, don't you know. <br>
<br>
The beginning of the end, <br>
the beginning of the end. <br>
It's all a vicious circle round an ever twisting bend. <br>
And you can't escape its fortress, <br>
for the doors open and they close, <br>
Just long enough to keep you running, <br>
and why? <br>
Heaven only knows! <br>
The beginning, of the end, <br>
the beginning of the end, <br>
It's all a vicious circle and the race is run again. </p>
</div>
</body>
</html>

פורסם
  • מחבר

ממש תודה על העזרה :), זה בדיוק מה שרציתי ;D.

רק אשנה את הצבע של הטקסט, ואגיל טיפה את הפונט. את זה לפחות אני יודע לעשות :P.

תודה שוב :)

פורסם

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

פורסם
  • מחבר

אין לי מושג אז למה אצלי לא עלתה :-X. אבל לא נורא, תודה :)

ארכיון

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

דיונים חדשים

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.