-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfirstPage.html
More file actions
43 lines (41 loc) · 1.82 KB
/
Copy pathfirstPage.html
File metadata and controls
43 lines (41 loc) · 1.82 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My first web page</title>
</head>
<body>
<h1>Hobbies</h1>
<ol>
<li><h2>Reading book</h2></li>
</ol>
<p>I like to read books because reading books is so interseting and exicited
it is help you to get the experiance from other pepole that live in any where in the world
and what the culture of them and you can get the benifit from old authers </p>
<p>when we talk about the novel books we can imagen any things in the story actions,characters and places
and when we read novel books that written in other language we can improve our language and get more word </p>
<ol>
<li><h2>doing sports</h2></li>
</ol>
<p>Taking part in sport can help us feel fitter, healthier and mentally strong, and that is just the start of it. Sport can also be fun, especially when played as part of a team or with family or friends.
</p>
<p>Great Benefits of Playing Sport</p>
<ol>
<li>Better Sleep</li>
<li>A Strong Heart</li>
<li>Increased Confidence</li>
<li> Reduces Stress</li>
<li>Sport Builds Leaders</li>
</ol>
<h1>Goals</h1>
<ol>
<li><h2>Professional Javascript programmer</h2></li></ol>
<p>I am working hard to become Javascript developer</p>
<p>and I get chance to learning JS language in Tuwaiq camp</p>
<ol><li><h2>To get job </h2></li></ol>
<p>In Tuwaiq camp I meet profassional teachers to learn experinace that they have</p>
<p>and to achive my goal to be Professional Javascript programmer </p>
</body>
</html>