mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-12 09:44:19 +02:00
Merge branch 'main' into patch-2
This commit is contained in:
@@ -6,12 +6,12 @@
|
|||||||
- [ ] JavaScript
|
- [ ] JavaScript
|
||||||
- [ ] Bash
|
- [ ] Bash
|
||||||
|
|
||||||
1. Development environments are unique to each developer
|
2. Development environments are unique to each developer
|
||||||
|
|
||||||
- [ ] True
|
- [ ] True
|
||||||
- [ ] False
|
- [ ] False
|
||||||
|
|
||||||
1. What will a developer do to fix buggy code?
|
3. What will a developer do to fix buggy code?
|
||||||
|
|
||||||
- [ ] Syntax highlighting
|
- [ ] Syntax highlighting
|
||||||
- [ ] Debugging
|
- [ ] Debugging
|
||||||
|
@@ -5,13 +5,13 @@
|
|||||||
- [ ] True
|
- [ ] True
|
||||||
- [ ] False
|
- [ ] False
|
||||||
|
|
||||||
1. Low level languages are a popular choice for:
|
2. Low level languages are a popular choice for:
|
||||||
|
|
||||||
- [ ] Websites
|
- [ ] Websites
|
||||||
- [ ] Hardware
|
- [ ] Hardware
|
||||||
- [ ] Video game software
|
- [ ] Video game software
|
||||||
|
|
||||||
1. Which one of these tools would most likely be in a web developer's environment?
|
3. Which one of these tools would most likely be in a web developer's environment?
|
||||||
|
|
||||||
- [ ] Hardware, like a Raspberry Pi
|
- [ ] Hardware, like a Raspberry Pi
|
||||||
- [ ] Browser DevTools
|
- [ ] Browser DevTools
|
||||||
|
@@ -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