تتكون صفحة الويب الرئيسية من الأتي :
·
النص " مدرستي "
·
الخط ( لونه أحمر – نوعة Tahoma – حجمة 6 )
·
خمسة ارتباطات تشعبية نصية .
·
صورة
<body bgcolor
="skyblue" dir="rtl" >
<center> <font
face ="andalus" color="red" size="6">مدرستي </font>
<a
href="home.html">الصفحة الرئيسية</a>
<a
href="about.html">عن المدرسة</a>
<a
href="photo.html">البوم صور</a>
<a
href="photo.html">الرؤية والرسالة</a>
<a
href="contact.html">إتصل بنا</a>
<br><br>
<img
src="school.png" height="450" width="800">
</center>
</body>
·
تتكون صفحة الويب " عن المدرسة " من
الأتي :
·
النصوص " تاريخ نشأة المدرسة – عنوان
المدرسة – تليفون المدرسة
·
الخط ( احمر – Tahoma – 6 )
·
فيديو
·
ارتباط تشعبي صورة
<body bgcolor
="skyblue" dir="rtl" >
<center> <font
face ="andalus" color="red" size="6">
عن المدرسة <br>
تاريخ نشأة المدرسة <br>
عنوان المدرسة <br>
تليفون المدرسة <br></font>
<embed
src="video.mp4 height="300" width="300">
<a
href="home.html"><img src="back.jpg"
height="100" width="100"></a>
</center>
</body>
تابع إنشاء مشروع "
موقع مدرستي "
·
تتكون صفحة الويب " البوم صور " من
الأتي :
·
النصوص "البوم صور "
·
الخط ( احمر – Tahoma – 6 )
·
عدد 3 صور
·
ارتباط تشعبي
<body bgcolor
="skyblue" >
<center> <font
face ="andalus" color="red" size="6">
البوم صور
</font> <br>
<img
src="students.jpg" height="400" width="300">
<img
src="teachers" height="400" width="300">
<img src="yard"
height="400" width="300"><br>
<a
href="home.html"><img src="back.jpg"
height="100" width="100"></a>
</center>
</body>
·
تتكون صفحة الويب " الرؤية والرسالة "
من الأتي :
·
النصوص "الرؤية والرسالة "
·
الخط ( احمر – Tahoma – 6 )
<body bgcolor ="skyblue"
>
<center> <font
face ="andalus" color="red" size="6">
رؤية المدرسة
</font> <br>
إعداد طالب متميز <br>
الرسالة <br>
تنمية مهارات الطالب <br>
<a
href="home.html"><img src="back.jpg"
height="100" width="100"></a>
</center>
</body>