Skip to content

Latest commit

 

History

History
53 lines (41 loc) · 2.32 KB

File metadata and controls

53 lines (41 loc) · 2.32 KB

WEB 200 Fundamentals of Web Development

Address: 1000 Galvin Rd S, Bellevue, Nebraska 68005 - Directions

Web Development Degree

Course Description

This course examines the fundamentals specific to web development. Topics include web standards and design considerations. Course work is based on foundational HTML and CSS. Assignments will enforce learning the essential structures, coding conventions, and best practices associated with effective modern web development environments.

Course Prerequisites None

Course Objectives

Students who successfully complete this course should be able to:

  1. Write semantic HTML and CSS.
  2. Discuss various web development tools.
  3. Explain the processes used in, and topics related to, web development.
  4. Apply critical thinking to issues associated with web development.

Topic Outline

  1. HTML & CSS

    • HTML 5 Semantic Elements
    • Page Layouts
    • Page Styling
    • Media Queries
  2. Web Development Tools

    • Text Editors and Extensions
    • Browser Tools
    • Version Control
  3. Web Development Processes and Topics

    • Website Planning
    • Sitemaps and Wireframes
    • Responsive Design
    • Debugging and Validation

Repository Overview

The data files for the fitness and rescue websites can be found in this repository. It is highly recommended that you bookmark this repository and visit often. Every programming course in the Web Development cohort has an associated GitHub repository where you will find code snippets, examples, and starter projects.

Clone this Repository

To get started, click on the "Green" code button and copy the provided URL. Next, open a new terminal window (on your computer) and use the cd (change directory) command to move to the buwebdev directory. Finally, run the following command to clone the repository:

git clone https://github.com/buwebdev/web-200.git
cd web-200