mirror of
https://github.com/microsoft/Web-Dev-For-Beginners.git
synced 2025-08-17 20:11:54 +02:00
Merge remote-tracking branch 'upstream/main' into indonesian-translation
This commit is contained in:
@@ -75,7 +75,7 @@ Add a 'head' block to your document in between the opening and closing `<html>`
|
|||||||
|
|
||||||
### HTML Tags
|
### HTML Tags
|
||||||
|
|
||||||
In HTML, you add tags to your .html file to create elements of a web page. Each tag usually has an opening and closing tag, like this: `<p>hello</p>` to indicate a paragraph. Create you interface's `<body>` by adding a set of tags inside the `<html>` tag pair; your markup now looks like this:
|
In HTML, you add tags to your .html file to create elements of a web page. Each tag usually has an opening and closing tag, like this: `<p>hello</p>` to indicate a paragraph. Create your interface's body by adding a set of `<body>` tags inside the `<html>` tag pair; your markup now looks like this:
|
||||||
|
|
||||||
### Task
|
### Task
|
||||||
|
|
||||||
|
@@ -25,3 +25,7 @@ In these six lessons you will learn the following:
|
|||||||
- [Keeping score](5-keeping-score/README.md)
|
- [Keeping score](5-keeping-score/README.md)
|
||||||
- [Ending and restarting the game](6-end-condition/README.md)
|
- [Ending and restarting the game](6-end-condition/README.md)
|
||||||
|
|
||||||
|
## Credits
|
||||||
|
|
||||||
|
The assets used for this came from https://www.kenney.nl/.
|
||||||
|
If you are into building games, these are some seriously good assets, a lot is free and some are paid.
|
||||||
|
Reference in New Issue
Block a user