You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By [@alesanchezr](https://twitter.com/alesanchezr) and [other contributors](https://github.com/4GeeksAcademy/html-tutorial-exercises-course/graphs/contributors) at [4Geeks Academy](https://4geeksacademy.co/)
8
6
9
7
<p>
@@ -15,24 +13,31 @@ By [@alesanchezr](https://twitter.com/alesanchezr) and [other contributors](http
15
13
Complete selection of autograded html exercises, anyone interested in learning HTML!
16
14
17
15
Hi! I'm [Alejandro Sanchez @alesanchezr](https://github.com/alesanchezr), really excited to have you here! 🎉 😂 Learning to code is hard, you need coaching! [DM me on twitter](https://twitter.com/alesanchezr) if you have any question. You'll be learning the following concepts:
18
-
16
+
<!-- endhide -->
17
+
19
18
1. Get familiar with most of the most popular HTML Tags.
20
19
2. Using the tags together to create a simple HTML Website.
21
20
3. Linking websites together using Anchors with Relative or Absolute paths.
22
21
4. The HTML audio and video tag.
23
22
23
+
<!-- hide -->
24
24
<h4>Before we start... other related tutorials</h4>
25
25
<ol>
26
26
<li><ahref="https://github.com/4GeeksAcademy/html-tutorial-exercises-course">Learn HTML</a>← your are here now</li>
There are two ways to run the exercises: Immediatly gitpod (recomended) or locally in your computer (requires installation).
30
35
31
-
<h2>One-click installation</h2>
36
+
### Open immediatly with Gitpod (one-click)
32
37
33
-
[](https://gitpod.io#https://github.com/4GeeksAcademy/html-tutorial-exercises-course.git)
38
+
This exercises are configured to [easily open in gitpod by clicking here](https://gitpod.io#https://github.com/4GeeksAcademy/html-tutorial-exercises-course.git).
34
39
35
-
## Manual installation
40
+
###Manual installation
36
41
37
42
1. Install learnpack, the package manager for learning tutorials and the html compiler plugin for learnpack, make sure you also have node.js 12+:
0 commit comments