-
Notifications
You must be signed in to change notification settings - Fork 0
/
w4lab1.html
28 lines (27 loc) · 1.15 KB
/
w4lab1.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>w4lab1</title>
</head>
<body>
<ol>
<li>What did you know about programming before this class?</li>
<p>When I hear about 'programming', I first come out with a thought that it is too hard thing to understand. However, I wanted to know someting about programming anyway.</p>
<li>How do you like programming?</li>
<p>I think it is pretty cool thing to know about, and it is kind of tool that can express my idea and thoughts through. I want to know more about programming now.</p>
<li>How comfortable do you feel programming?</li>
<p>It is still hard stuff for me, even though I have learned some functions for JES. It is little bored for now because I can't see what I am making like HTML and CSS.</p>
<li>List a question you have about programming.</li>
<ol>
<ul>How can I see the actual program that I made?</ul>
<ul>Is there another software to run program that I made?</ul>
</ol>
</ol>
<h1> Cheat Sheat for programming</h1>
<h2>For images</h2>
<p>fileName=pickAFile()</p>
<p>myPicture=makePicture(filename)</p>
<p>show(myPicture)
</body>
</html>