-
Notifications
You must be signed in to change notification settings - Fork 0
/
blog.html
30 lines (26 loc) · 1.04 KB
/
blog.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
<!DOCTYPE html>
<html>
<head>
<meta charset= "utf-8">
<title>My information</title>
</head>
<body>
<p>
<a href="index.html">Link to index.html</a>
</p>
<h1>Questions</h1>
<ul>
<li>What challenges or
troubles did you have completing this assignment. How did you work through them?
</li>
<p>Due to language barriers, I cannot clearly understand the assignment requirements. I
watched the video of the class repeatedly.</p>
<li>What did you learn from this assignment? What did you already know?</li>
<p>I learned how to create paragraphs and add pictures, this is what I already know</p>
<li>What resources (e.g. specific web articles, the class Piazza forum, the TAs) were most helpful in completing this assignment?
How did you use these resources?</li>
<p>I think the most useful resource is our class video, which I watched repeatedly.
</p>
</ul>
</body>
</html>