Quick Crash Course on Web Development


Using HTML elements

Goal is to show how frontend and backend are combined.

Backend can include server code and database.

Typically, frameworks will structure this as M.V.C: Model View Controller.

[Added this line to include reference for MVC architecture and also show hyperlinking]

Server Client Model

Connecting to Backend

Store someone's name in database





Get someone's address from database



Get everyone's info from database