-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathANTOINEHADDADHTML1.html
More file actions
37 lines (32 loc) · 1.29 KB
/
ANTOINEHADDADHTML1.html
File metadata and controls
37 lines (32 loc) · 1.29 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
<!DOCTYPE html>
<html>
<head>
<title>
HTML1
</title>
<meta charset="utf-8">
</head>
<body>
<header>
<h1>Github</h1>
<h2>issues</h2>
<h3>solved</h3>
</header>
<main>
<p> <i><u>GitHub</u> is a web-based version-control and collaboration platform <br>for software developers.
Microsoft, the biggest single contributor to <br>GitHub, initiated an acquisition GitHub for
$7.5 billion in June, 2018. GitHub,<br> which is delivered through a software-as-a-service (SaaS)
business model, <br>was started in 2008 and was founded on Git, an open source code management <br>
system created by Linus Torvalds to make software builds faster.</i></p>
<div><img src="gitimage.gif" alt="gitimage"></div>
<p>Because GitHub is so intuitive to use and its version-control tools are so useful<br>
for collaboration, nonprogrammers have also begun to use GitHub to work on document-based<br> and multimedia projects. GitLab is an open source alternative to GitHub.</p>
</main>
<footer>
<blockquote>
<b><i>
Experiments.Fail.Learn.Repeat.</i></b>
</blockquote>
</footer>
</body>
</html>