Class: Computer Science 101
Date: 11/24/23
Topic: Web Development Concepts
HTML (Hypertext Markup Language): The standard markup language for documents
designed to be displayed in a web browser.
Provides the structure and content of a webpage.
CSS (Cascading Style Sheets): A style sheet language used for describing the
presentation of a document written in a markup language like HTML.
Controls the visual styling (colors, fonts, layout, etc.).
JavaScript: A programming language that enables interactive web pages.
Handles dynamic content, event handling (like button clicks), and API calls.
Front-end: Everything the user sees and interacts with in a browser. Built with
HTML, CSS, and JavaScript.
Back-end: The server-side logic that powers the website. Deals with databases, user
authentication, and server-side processing.