When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

RaspberryPiFoundation logo

RaspberryPiFoundation: An Introduction to Web Development

Learn to build your own interactive websites using HTML, CSS, and JavaScript.

     0 |
  • Reviews ( 0 )
₹4897

This Course Includes

  • iconedx
  • icon0 (0 reviews )
  • icon3 weeks at 2-4 hours per week
  • iconenglish
  • iconOnline - Self Paced
  • iconcourse
  • iconRaspberryPiFoundation

About RaspberryPiFoundation: An Introduction to Web Development

On this course from the Raspberry Pi Foundation, you will first build a website using HTML and then style it with CSS and make it interactive using JavaScript.

Along the way you'll learn about the box model, which describes how websites are laid out by browsers, and about the Document Object Model, which your JavaScript code will interact with to dynamically change your web pages.

In the final week, you'll finish by making a quiz web page and then you will demonstrate your new skills by making your own website.

What You Will Learn?

  • Produce a HTML web page using suitable tags and attributes.
  • Explain the advantages of CSS compared to inline styling.
  • Apply classes and ids to style a website.
  • Model web pages using the box model.
  • Demonstrate how to use the Document Object Model (DOM) to access an element of a web page.
  • Produce an interactive website using JavaScript.