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
Copy file name to clipboardExpand all lines: config.yml
-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,4 @@
1
1
title: Introduction to HTML
2
-
tagline: Take your first steps in the world of programming
3
2
description: If you are looking for a quick and fun introduction to the exciting world of programming, this course is for you. Learn fundamental HTML skills and build your first webpage in less than an hour.
Copy file name to clipboardExpand all lines: course-details.md
+30-3
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,37 @@ If you are an aspiring developer, creating a simple webpage is a great way to ta
2
2
3
3
HTML is the markup language that forms the backbone of the internet. In this course, you will build a clean, stunning webpage using HTML. As you build your page, we will show you how you can use GitHub Pages to host your website free of charge. Your new HTML skills will form an important foundation in your journey as a new developer.
4
4
5
-
In this course, you'll learn how to:
5
+
## What you'll learn
6
6
7
+
We'll answer common questions like:
8
+
9
+
- What is HTML?
10
+
- What are tags & headers?
11
+
- How do you add lists, images, and links to your HTML page?
12
+
- What is a Pull Request?
13
+
- How do you use GitHub Pages?
14
+
15
+
And when you're done you'll be able to:
7
16
- Make a simple HTML website
8
17
- Use foundational HTML concepts, like tags, headers, lists, images, and links
9
-
- Publish your page to the web using GitHub Pages
18
+
- Introduce changes with Pull Requests
19
+
- Deploy a web page to GitHub pages
20
+
21
+
## What you'll build
22
+

- Interactive [slideshow](https://githubtraining.github.io/github-slideshow-demo/) deployed to GitHub Pages.
26
+
27
+
## Prerequisites
28
+
None. This course is a great introduction to HTML.
29
+
30
+
## Projects used
31
+
This makes use of the following open source projects. Consider exploring these repos and maybe even making contributions!
32
+
33
+
-[Jekyll](https://github.com/jekyll/jekyll): a simple, blog-aware, static site generator.
34
+
35
+
## Audience
36
+
37
+
New developers, new GitHub users, students, managers, teams
10
38
11
-
This course has a dedicated message board on the [GitHub Community]({{ communityBoard }}) website. If you want to discuss this course with GitHub Trainers or other participants create a post over there. The message board can also be used to troubleshoot any issue you encounter while taking this course.
0 commit comments