
Coding From Scratch
Provided By 

About the course:
Coding From Scratch is intended to introduce students to the fundamental ideas of HTML, CSS, JavaScript, and Git. Students will learn how to structure a website using HTML, how to apply styling to that structure using CSS, and how to add interactivity using JavaScript. Students will then learn how changes to the site's content can be recorded and shared using the Git source control system. Objectives: Learn how HTML is used to create web pages. Learn about the different elements and controls available in HTML. Learn how to style web pages using CSS. Learn how to apply JavaScript to enable modifications to the page layout and contents. Learn how to use conditional statements to perform a task only under certain conditions.