-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathObjectives.html
More file actions
51 lines (43 loc) · 1.74 KB
/
Objectives.html
File metadata and controls
51 lines (43 loc) · 1.74 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
44
45
46
47
48
49
50
51
<html>
<head>
<title>Code School</title>
<link type="text/css" rel="stylesheet" href="CSS\a.css"></link>
</head>
<body>
<ul id="u1">
<li id="l1"><a class="ac" href="Home.html" id="a1"><b>Home</b></a></li>
<li id="l1"><a href="AboutUs.html" id="a2"><b>About Us</b></a></li>
<li id="l1"><a href="HistoryOfJava.html" id="a2"><b>History of Java</b></a></li>
<li id="l1"><a href="Objectives.html" id="a2"><b>Objectives</b></a></li>
</ul>
<div class="container">
<img src="images\a.jpeg" alt="code" width="1000" height="200" id="im1">
<div class="center"><p id="p1">Code School<p></div>
</div>
<div class="contain">
<div class="header"><h1 class="head1">Learn & Enjoy with Java</h1></div>
<div class="left">
<h2 id="c1">Chapters</h2>
<ul id="u2">
<li><a href="intro.html" id="a3">Introduction</a></li>
<li><a href="intro2.html" id="a3">Decision Making & Branching</a></li>
<li><a href="intro8.html" id="a3">Decision Making & Looping</a></li>
<li><a href="intro3.html" id="a3">Classes & Object</a></li>
<li><a href="intro4.html" id="a3">Overloading & Inheritance</a></li>
<li><a href="intro5.html" id="a3">Overriding</a></li>
<li><a href="intro6.html" id="a3">Visibility Control</a></li>
<li><a href="intro7.html" id="a3">Interfaces</a></li>
</ul>
</div>
<div class="content">
<h1>Objectives</h1>
<pre id="pr1" align="justify">
Our goal is creating this website is to convince you that writing a computer program is easier than writing a
piece of text such as a paragraph or an essay. In this website, we take you through these building blocks,
get you started on programming in Java, and study a variety of interesting programs.
</pre>
</div>
<div class="footer">© Copyright by Code School</div>
</div>
</body>
</html>