-
Notifications
You must be signed in to change notification settings - Fork 0
/
Mac.html
44 lines (42 loc) · 1.9 KB
/
Mac.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset = "utf-8"/>
<title>Operating Systems</title>
<link href ="CSS/style.css" rel =" stylesheet" type = "text/css"/>
</head>
<body>
<header>
<h1 style="font-size:60px;">Operating Systems (OS)</h1>
</header>
<nav>
<!--<hr width ="50%">-->
<a href ="index.php">Home</a>
<a href = "Linux.html">Linux</a>
<a href = "Android.html">Android</a>
<a href = "Mac.html"><i>Mac OS</i></a>
</nav>
<main>
<figure>
<img src ="https://consumercheck.files.wordpress.com/2015/10/apple.png" alt = ""/>
</figure>
<div id="Mac">
<div class="absolute-text1">
<h1>Why use Mac OS?</h1>
<p>Mac has focused heavly on its operating systems's easy of use.It was originally graphically based. Mac OS released featuers such as internet file sharing, network browsing, and multiple user accounts.</p>
<p>Mac has now released many mobile devices that are able to access the internet (IPhones, IPads, etc.) Mac OS runs on a lot of devices, made by the company Apple.</p>
<p>For more information click <a href = "https://www.britannica.com/technology/Mac-OS">here</a></p>
</div>
</div>
</main>
<!-- This is the footern -->
<!-- tHE FOOTER GOES INSIDE THE BODY BUT NOT ALWAYS-->
<footer id="fter">
<hr>
CST 336. 2018© Gopar<br />
<strong>Disclaimer:</strong> The information in this webpage can fictitous.<br />
It is used for academic purposes only.<br />
<img src="https://csumb.edu/sites/default/files/styles/profile_large/public/photo_1_6.jpg?itok=N4I4g9Wl" alt = ""/>
</footer>
</body>
</html>