课程概况
Learn foundational programming concepts (e.g., functions, for loops, conditional statements) and how to solve problems like a programmer. In addition, learn basic web development as you build web pages using HTML, CSS, JavaScript. By the end of the course, will create a web page where others can upload their images and apply image filters that you create.
After completing this course, you will be able to:
1. Think critically about how to solve a problem using programming;
2. Write JavaScript programs using functions, for loops, and conditional statements;
3. Use HTML to construct a web page with paragraphs, divs, images, links, and lists;
4. Add styles to a web page with CSS IDs and classes; and
5. Make a web page interactive with JavaScript commands like alert, onClick, onChange, adding input features like an image canvas, button, and slider.
课程大纲
周1
完成时间为 23 分钟
Welcome
Welcome! In this module, you will be introduced to this course's approach to teaching the basics of programming, from building web pages, to
writing programs with JavaScript, to making web pages interactive.
5 个视频 (总计 13 分钟), 1 个阅读材料
完成时间为 6 小时
Designing a Web Page with HTML and CSS
In this module, you will learn the basics of HTML and CSS to design a web page. Over the course of the module you will build your first web
page!
10 个视频 (总计 51 分钟), 8 个阅读材料, 3 个测验
周2
完成时间为 8 小时
Algorithms and Programming Concepts
15 个视频 (总计 100 分钟), 5 个阅读材料, 4 个测验
周3
完成时间为 7 小时
JavaScript for Web Pages
8 个视频 (总计 62 分钟), 8 个阅读材料, 2 个测验
周4
完成时间为 9 小时
MiniProject: Image Filters on the Web