File tree Expand file tree Collapse file tree 2 files changed +16
-15
lines changed Expand file tree Collapse file tree 2 files changed +16
-15
lines changed Original file line number Diff line number Diff line change @@ -53,11 +53,11 @@ There are a few features of the Chrome developer tools that it is worth pointing
53
53
54
54
{% exercise %}
55
55
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
58
58
* 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
61
61
* Tools > Developer Tools
62
62
4 . Use the magnifying glass in the bottom left to hover over bits of the page and find the related HTML.
63
63
5 . Hover over the HTML code in the developer tools box and watch as different parts of the page are highlighted.
Original file line number Diff line number Diff line change 1
1
---
2
2
title : More HTML
3
3
---
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.
15
5
16
6
### HTML file layout
17
7
@@ -131,3 +121,14 @@ A few things to look out for
131
121
</table >
132
122
133
123
{% 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 %}
You can’t perform that action at this time.
0 commit comments