-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreasons.html
More file actions
28 lines (23 loc) · 1.53 KB
/
reasons.html
File metadata and controls
28 lines (23 loc) · 1.53 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
<html lang="en">
<head>
<link rel="stylesheet" href="styles.css">
<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>Document</title>
</head>
<body>
<ul class="topnav">
<li><a href="index.html">Home</a></li>
<li><a href="css.html">CSS</a></li>
<li><a href="about me.html">About Me</a></li>
<li><a class= "active" href="reasons.html">Why Web Devpt</a></li>
</ul>
<div class="index">
</body>
<h1>REASONS TO WHY I CHOOSE TO STUDY</h1>
<h2>Network Systems Administration</h2>
<p>I personally find this course interesting because it mostly concentrates on network communication. I'm always curious to know how information is shared and recieved online in seconds.Because looking at back in the information was never sent on soft copy and things were really tough back then and now in the present generation information is just shared in seconds hence i want to be part of the network developers in the word that inprove the mode of communication, making it more easier, faster and reliable for the future generation to not suffer the exact way our parents did.</p>
<p>Another reason to why i'm studying this course is because my parents enhanced my childhood with computers so for this reason i feel the IT department is where i belong because is i feel its a natural thing i can do.</p>
<p>Basically these are the reasons to why i'm pursuing this course</p>
</html>