This commit is contained in:
@@ -1,11 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Week 1 Homework</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href="index.html">Back to home</a>
|
||||
<h1>Week 1 Homework</h1>
|
||||
[!]
|
||||
[=title "Week 1 Homework"]
|
||||
[=content-]
|
||||
<p>
|
||||
I didn't actually expect to get as far as we did in the first week, so homework is pretty short and spur-of-the-moment. Later homeworks will be much longer.
|
||||
</p>
|
||||
@@ -16,9 +11,7 @@ This homework is optional. You won't be graded on it, and there's nothing to sub
|
||||
<p>
|
||||
If you didn't get an image working, try to do that! Remember the image tag has peculiar behavior, and looks like this:
|
||||
</p>
|
||||
<pre>
|
||||
<img src="/path/to/image.extension">
|
||||
</pre>
|
||||
<pre><code><img src="/path/to/image.extension"></code></pre>
|
||||
<p>
|
||||
If your image is in <b>Downloads</b>, for instance, your image tag might look like <code><img src="Downloads/image.png"></code>.
|
||||
</p>
|
||||
@@ -34,9 +27,7 @@ This homework is optional. You won't be graded on it, and there's nothing to sub
|
||||
<p>
|
||||
Remember a link looks like:
|
||||
</p>
|
||||
<pre>
|
||||
<a href="https://example.com/">Link Text</a>
|
||||
</pre>
|
||||
<pre><code><a href="https://example.com/">Link Text</a></code></pre>
|
||||
<p>
|
||||
Links are pretty cool - for instance, you can actually put most tags inside them. Try making a website with a clickable image!
|
||||
</p>
|
||||
@@ -64,5 +55,5 @@ This homework is optional. You won't be graded on it, and there's nothing to sub
|
||||
<p>
|
||||
I'll make it 2% if you can bring in a tag <i>I haven't heard of</i>.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
[/]
|
||||
[#template.html]
|
||||
|
||||
Reference in New Issue
Block a user