Unit 7: Web Development
=======================

Any User Interface (UI) should be effective in bridging
the gap between the information being shown, and allowing users to interact
with their system. Web technologies are one of the most commonly used development
tools for software engineering. In this module we will explore concepts related to 
web development. We will learn about styling and layouts of websites, as 
well as what modern technologies are used for websites today.

.. toctree::
   :maxdepth: 1

   intro_html
   intro_css
   intro_javascript
   web_frameworks
   
   