0% found this document useful (0 votes)
3 views1 page

Webdev

Uploaded by

dawire3808
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views1 page

Webdev

Uploaded by

dawire3808
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

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.

You might also like