Skip to content

Commit a407003

Browse files
committed
reordered notes so that the lesson precedes the exercise
1 parent 2f28bef commit a407003

File tree

2 files changed

+16
-15
lines changed

2 files changed

+16
-15
lines changed

_sessions/c1s1/1_what_is_a_webpage.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ There are a few features of the Chrome developer tools that it is worth pointing
5353

5454
{% exercise %}
5555
1. Open this page in Google Chrome
56-
2. View the page source by doing one of the following:
57-
* View > Developer > View Source
56+
2. View the page source by doing one of the following:
57+
* View > Developer > View Source
5858
* Tools > View Source
59-
3. Open the developer tools by doing one of the following:
60-
* View > Developer > Developer Tools
59+
3. Open the developer tools by doing one of the following:
60+
* View > Developer > Developer Tools
6161
* Tools > Developer Tools
6262
4. Use the magnifying glass in the bottom left to hover over bits of the page and find the related HTML.
6363
5. Hover over the HTML code in the developer tools box and watch as different parts of the page are highlighted.

_sessions/c1s1/5_more_html.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,7 @@
11
---
22
title: More HTML
33
---
4-
5-
{% exercise %}
6-
1. Go to the github repository for this session: [https://github.com/code61/learning_html](https://github.com/code61/learning_html)
7-
2. *Clone* the repository down into your `coding_course` folder (by clicking 'Clone in Desktop' in the bottom right).
8-
3. Open the whole folder in Sublime Text
9-
4. Open the file `example.html` in Chrome and look around with the developer tools
10-
5. Open the file `notes.html` in Sublime Text.
11-
6. Change `notes.html` into valid html so that it looks like `notes_solution.jpg`
12-
{% endexercise %}
13-
14-
A few things to look out for
4+
Now we will look at some slightly more interesting things you can do with HTML.
155

166
### HTML file layout
177

@@ -131,3 +121,14 @@ A few things to look out for
131121
</table>
132122

133123
{% endhighlight %}
124+
125+
Now you will use these ideas to create a richer web page.
126+
127+
{% exercise %}
128+
1. Go to the github repository for this session: [https://github.com/code61/learning_html](https://github.com/code61/learning_html)
129+
2. *Clone* the repository down into your `coding_course` folder (by clicking 'Clone in Desktop' in the bottom right).
130+
3. Open the whole folder in Sublime Text
131+
4. Open the file `example.html` in Chrome and look around with the developer tools
132+
5. Open the file `notes.html` in Sublime Text.
133+
6. Change `notes.html` into valid html so that it looks like `notes_solution.jpg`
134+
{% endexercise %}

0 commit comments

Comments
 (0)