Skip to content

Commit

Permalink
added the webpage from the last lesson
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenPeleg committed May 29, 2024
0 parents commit 8db3c60
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<html>
<!--
זה דף אינטרנט רגיל עם כותרת ופסקאות
הוא מורכב מתגיות שונות
-->

<body style="background-image: linear-gradient(62deg, #8EC5FC 0%, #E0C3FC 100%);padding: 2rem; direction: rtl;">

<!--
למשל
h1
הוא כותרת ראשית
-->
<h1>
דף אינטרנט
</h1>

בדף אינטרנט יכולים להיות כל מני דברים

<p style="color: black;">
כמו פסקאות
</p>
<button>
כפתור כלשהו
</button>
<p>
וכמובן תמונות
</p>
<img src="https://www.w3schools.com/html/pic_trulli.jpg">

</body>

</html>

0 comments on commit 8db3c60

Please sign in to comment.