Welcome to week 1 of Intro to Web Dev! This week is all about setting up GitHub and your coding environment, and then learning about HTML to create your own webpage.
Work through the activities in this page to complete the week!
This week has three main goals:
Estimated time: 30 minutes
GitHub is a website that lets you post your code so you can keep it organized and share it with other people. We’ll be using GitHub to share our code with each other.
First, work through this guide:
Estimated time: 30 minutes
Then, if you have your own computer that lets you install programs and download files, then work through this guide:
If you have a computer that doesn’t let you install programs and download files (like a Chromebook), or if you’re using a shared computer, work through this guide instead:
Estimated time: 2 hours
Now that you have your environment set up, you’re ready to start learning about web development!
<samp>
tag represent? Note: This tag was not mentioned in any of this week’s content. I’m testing that you can research and read about new tags you haven’t seen before. Feel free to use a search engine and resources like W3SChools and MDN to answer this question.Estimated time: 1 hour
Now you’ve seen the fundamentals of HTML and HTML tags. More importantly, you know how to use tools like Google, W3Schools, and MDN to find more information.
To practice all of that, modify the files in the week-01-html
directory of your project repo.
This week is all about setting up your environment and learning HTML, which tells your browser what types of content to display. Your browser has some default rules about how to style different types of content. For example, headings are large and bold, and links are blue and underlined.
If you want to customize the styles of your content, like changing colors or layout, you’ll need to go beyond HTML and use CSS.
For now, focus on HTML without worrying too much about styling. You’ll learn about CSS next week!
index.html
file, push it to GitHub, and see the change in your GitHub Pages siteweek-01-html
directory of your project repoIf you finish all of the above and want some more practice, try creating a GitHub profile README by following this guide: