From 7549bd89a9dade2bac2c24c4ffda2b1fbe8da2db Mon Sep 17 00:00:00 2001 From: Mark Tyers Date: Tue, 19 Feb 2019 09:32:01 +0000 Subject: [PATCH] added exercises --- 02 Learning HTML5.md | 6 +++--- 04 Functions and Objects.md | 5 +++-- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/02 Learning HTML5.md b/02 Learning HTML5.md index 1f27f58..d9f610c 100644 --- a/02 Learning HTML5.md +++ b/02 Learning HTML5.md @@ -210,7 +210,7 @@ There are a couple of notable things about the `img` element: | src | For locating the image file. The file path is normally given as relative path, starting from the directory where the HTML file is located. | | alt | For displaying an alternative text if the image cannot be displayed, or if the user prefers using a screen reader for accessibility purposes. | -#### 3.3.1 Test Your Knowledge +#### 3.3.1 Test Your Understanding 1. Find photographs of the following computers and upload to the `images/` directory you created: 1. Sinclair ZX Spectrum @@ -231,7 +231,7 @@ Now we will learn how to embed audio in a website. There are a number of resourc 2. Firefox needs an `.ogg` encoded version. 3. You can also embed a [YouTube](https://www.youtube.com) video in an `