-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlanguages.html
More file actions
31 lines (30 loc) · 732 Bytes
/
languages.html
File metadata and controls
31 lines (30 loc) · 732 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Languages</title>
<link rel="stylesheet" href="css/css-intro-lec.css">
</head>
<body>
<h1 id="top">My programming languages</h1>
<a href="programmer-for-hire.html"> Back to main page.</a>
<p>We are learning the following languages</p>
<ul>
<li>HTML</li>
<li>JavaScript</li>
<li>CSS</li>
<li>Java</li>
<li>MySQL</li>
</ul>
<section>
<p>After graduating from Codeup, we learned:</p>
<ol>
<li>C++</li>
<li>Python</li>
<li>Ruby</li>
<li>PHP</li>
</ol>
</section>
<a href="#top">top of page</a>
</body>
</html>