Web Development

“Create a webpage that has this header, these colors, these pictures of tall trees, this text, and an animated giraffe walking across the screen when users click on this button.”

This is a simple example of a web developer’s task.  The implementation of such a page uses three main components:

  • HTML provides the basic structure and is used to create the actual content of the page.
  • CSS is used to control the presentation, formatting and layout of the page.
  • JavaScript is used to control the behavior of different elements

Students In the Web Development course series at EVComputing learn how websites are designed and created, and explore how to build a good user experience. No prior programming or design experience is necessary.