File size: 3,654 Bytes
b5d0134
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139

-------- Page 1 (1-01.jpg) ---------
Faculty of Information Technology – Tripoli University

مقدمة في برمجة الإنترنت
Introduction to Internet
Programming

[ ITGS226 ]

المحاضرة الأولى

أ. وفاء حسين المصباحي
أستاذة المادة

CSS3  HTML5  JS  Cloud  XML  flat  PHP
header  .com  footer  .net

ربيع 2025

-------- Page 2 (1-02.jpg) ---------
المواضيع التي سيتم دراستها في مقرر :
مقدمة في برمجة الإنترنت
Introduction to Internet Programming

1  HTML  ->  Hyper Text Markup Language.

☐  CSS  ->  Cascading Style Sheets.

☐  JavaScript.

-------- Page 3 (1-03.jpg) ---------
References المراجع

Books:

▪ HTML, CSS, & JavaScript® All-in-One For Dummies®

Published by: John Wiley & Sons, Inc., 111 River Street, Hoboken, NJ 07030-5774, www.wiley.com

Copyright © 2023 by John Wiley & Sons, Inc., Hoboken, New Jersey Published simultaneously in Canada.

Websites:

▪ w3schools.com

▪ tutorialrepublic.com

▪ elzero.org

1

-------- Page 4 (1-04.jpg) ---------
Evaluation  التقييم

Mid-term Exam        35%
Assignments          10%
Final Practical Exam 15%
Final Exam           40%

2

-------- Page 5 (1-05.jpg) ---------
How to access to the web      كيفية الوصول إلى الويب

➤ Browser:
    By typing web address or following a link.

➤ Web servers:
    Special computer that hosts the website.

➤ Devices:
    Accessing websites on various devices: desktop computers, laptops, tablets, and mobile phones.

3

-------- Page 6 (1-06.jpg) ---------
Terminologies المصطلحات

➤ WEBSITE: a collection of one or more web pages linked together in a meaningful way that, as a whole, describes a body of information.

➤ WEB PAGE: a single document on a website, usually consisting of HTML document and any items that are displayed within that document, such as inline images.

➤ HOME PAGE: The entry page for a website, which can link to additional pages on the same website or pages on other sites.

➤ WEB BROWSER: is an application which is used to view pages and navigate the World Wide Web. Popular examples: Firefox, Internet Explorer, Safari, Chrome, and Opera.

4

-------- Page 7 (1-07.jpg) ---------
Terminologies المصطلحات cont’d

➤ WEB SERVER: is a program runs on a computer, responsible for replying to web browser requests for whatever content is associated with a particular URL.

➤ UNIFORM RESOURCE LOCATOR (URL): provides a universal, consistent method for finding and accessing information. URL is an address that points to a specific document or bit of information on the Internet. For example, http://www.google.com).

➤ DOMAIN NAME SERVICE (DNS): is an additional Internet service which is used by the browser to find the IP address of any requested web server.

➤ HYPER TEXT TRANSFER PROTOCOL (HTTP): is a communication standard governing the requests and responses that take place between the browser running on the end user’s computer and the web server.

5

-------- Page 8 (1-08.jpg) ---------
HTML  &   CSS

Web

HTML
لبناء هيكل الموقع

Web

HTML
CSS
لتنسيق هيكل الموقع و
إضافة الألوان و ...

6

-------- Page 9 (1-09.jpg) ---------
HTML   &   CSS

web
انشاء و برمجة المواقع

Front End
تصميم المواقع

Back End
برمجة المواقع

أول خطوة ليك
HTML

-------- Page 10 (1-10.jpg) ---------
Thank you