0% found this document useful (0 votes)
8 views1 page

Web Markup Week1 Homework

This week's homework involves setting up development tools, including installing VS Code and configuring a GitHub repository named 'web-markup'. Students are required to watch videos and read materials on HTML basics, elements, and attributes. Finally, they need to create an 'index.html' file in their project repo, add HTML code, and push their changes to GitHub.

Uploaded by

Melissa Lemus
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views1 page

Web Markup Week1 Homework

This week's homework involves setting up development tools, including installing VS Code and configuring a GitHub repository named 'web-markup'. Students are required to watch videos and read materials on HTML basics, elements, and attributes. Finally, they need to create an 'index.html' file in their project repo, add HTML code, and push their changes to GitHub.

Uploaded by

Melissa Lemus
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Web Markup Week 1 Homework

For homework this week, you will setup some development tools, do some reading
about HTML basics and add your first code to your project repo. Tooling setup can
sometimes take longer than expected and require troubleshooting. Don’t put this oD
until the last minute! Reach out to your classmates or teacher if you get stuck.

Tooling Setup
1. Install VS Code: https://code.visualstudio.com/download
2. Follow the Git and GitHub setup guide on Moodle under: Web Markup / Week 1 /
Resources
a. IMPORTANT NOTE: when you get to the step where you name your repo,
call it “web-markup”

Read/Watch
1. Watch HTML Introduction:
https://www.youtube.com/watch?v=it1rTvBcfRg&list=PLP9IO4UYNF0VdAajP_5p
YG-jG2JRrG72s
2. Watch HTML Elements:
https://www.youtube.com/watch?v=vIoO52MdZFE&list=PLP9IO4UYNF0VdAajP_
5pYG-jG2JRrG72s&index=3
3. Watch HTML Attributes:
https://www.youtube.com/watch?v=yMX901oVtn8&list=PLP9IO4UYNF0VdAajP_
5pYG-jG2JRrG72s&index=4
4. Read:
a. HTML Intro: https://www.w3schools.com/html/html_intro.asp
b. HTML Basics: https://www.w3schools.com/html/html_basic.asp
c. HTML Elements: https://www.w3schools.com/html/html_elements.asp
d. HTML Attributes: https://www.w3schools.com/html/html_attributes.asp
5. Review reading (read this on another day): https://developer.mozilla.org/en-
US/docs/Learn/Getting_started_with_the_web/HTML_basics

Coding
1. Open the web-markup Git repo you created in the “Tooling Setup” section above,
in VS Code.
2. Add an “index.html” file to the root (base) of your project.
3. Create an HTML page. Use example code here if needed:
https://www.w3schools.com/html/html_basic.asp
4. Open the file in your browser (File/Open File). You should see the HTML content
you have on the page.
5. Commit the code and push it to your repo (review the Git setup guide above if
needed)

You might also like