mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-12 17:54:22 +02:00
Merge pull request #55 from coderjojo/main
Replace link to image folder
This commit is contained in:
@@ -106,7 +106,7 @@ Now, you can start building out your page. Normally, you use `<div>` tags to cre
|
|||||||
|
|
||||||
One html tag that doesn't need a closing tag is the `<img>` tag, because it has a `src` element that contains all the information the page needs to render the item.
|
One html tag that doesn't need a closing tag is the `<img>` tag, because it has a `src` element that contains all the information the page needs to render the item.
|
||||||
|
|
||||||
Create a folder in your app called `images` and in that, add all the images in the [source code folder](../images); (there are 14 images of plants).
|
Create a folder in your app called `images` and in that, add all the images in the [source code folder](../solution/images); (there are 14 images of plants).
|
||||||
|
|
||||||
### Task
|
### Task
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user