Chevron Left
返回到 Programming Foundations with JavaScript, HTML and CSS

学生对 Duke University 提供的 Programming Foundations with JavaScript, HTML and CSS 的评价和反馈

4.6
14,924 个评分

课程概述

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....

热门审阅

IS

Oct 5, 2015

This is the first course I am taking in Coursera.org. The valuable instructors of Duke University designed and created a masterpiece for learners. Thank you so much guys. Greets from Istanbul, Turkey.

RT

Jun 2, 2021

Coursera helped me learn skills to develop my career . The course has very rich content. Examples, questions, exercises, practice examples and exams. Teachers explained the most important parts.

筛选依据:

2401 - Programming Foundations with JavaScript, HTML and CSS 的 2425 个评论(共 3,229 个)

创建者 Deleted A

Jul 20, 2020

N/a

创建者 Dimas F

Aug 19, 2017

fun

创建者 Нұрахмет Қ

Sep 17, 2024

👍

创建者 Medard D

Nov 22, 2021

ok

创建者 Rahul W

Sep 19, 2021

:)

创建者 Qinyuan C

Jun 7, 2020

好课

创建者 Kushagra C l

Oct 2, 2025

v

创建者 Mokhiniso M k M

Feb 24, 2025

5

创建者 Tanushree K B

Sep 16, 2024

.

创建者 Isira W

Aug 17, 2023

?

创建者 Nihal P

Aug 16, 2022

e

创建者 Maher M H S A

Mar 15, 2022

5

创建者 Muhammad M A

Sep 16, 2021

f

创建者 Sakina T

Jul 14, 2021

u

创建者 Gopika S K P

Jun 10, 2021

5

创建者 shivansh s

May 19, 2021

\

创建者 ayatullah c

Aug 16, 2020

.

创建者 Arpit A

Apr 21, 2019

.

创建者 Nitish k

Oct 29, 2018

.

创建者 Jaclyn D

Sep 21, 2017

i

创建者 Dinal P

Jan 4, 2016

I

创建者 Shrey j

Dec 24, 2015

I

创建者 Aluko A

Dec 10, 2015

o

创建者 Pranav B

May 4, 2020

Before I get to the good part, please take note of this.

Caution: Do not take this course if your sole purpose is to learn HTML, CSS, JS. There are much better and comprehensive courses available to do that. This can be a good course if you plan to pursue the specialization. It introduces you to computational thinking and the skills you learn are transferable. The mini-projects are fun to do and you have lot's of ways to tread the road less taken. (Go wild! Even with limited knowledge of JS you can still explore a lot. The scope is endless)The learning curve is steep if you only consider HTML and CS. At a lot of times, you will be on your own to discover more HTML elements and CSS features. Make sure you make good use of the DLTP platform. Their coding interface is extremely beginner-friendly and allows you the freedom to experiment. Overall a very good course for anyone looking to get started with programming (NOT HTML/CSS/JS)

创建者 Brendan S

Oct 2, 2019

This course is a gentle, beginner-friendly intro to the basics of programming, via Javascript, HTML, and CSS. A few thoughts: (1) While the course focuses on "web" programming, there isn't really much focus on principles of good web page design or anything. The web page assignments are mostly just used as ways for beginners to create "real" web pages. (2) I think there's a good mix between the videos (which are short), the quizzes (not too long, and with plenty of chances to get them right), and the programming assignments (which are frequent and short, with clearly defined parameters). I spend the vast majority of this class actually writing programs (which is good!). (3) I think there might have been some room to (selectively) introduce more "advanced" elements from HTML, CSS, and Javascript. (I'm thinking here of optional readings or something).