HTML/CSS - Part 1
Fundamentals of Web development Front-end: HTML, CSS, and JavaScript devel opment Back-end: Consists of a server, an application, and a database. Full-stack: Involves both developments. Essential attributes to work in web development HTML: Hypertext Markup Language. CSS: Cascading Stylesheet. JavaScript: Programming language; used for adding functionality to web pages. React: Library - Frameworks help build websites faster. Git & GitHub: Version Control Systems - keep track of project history. With HTML we can define all the building blocks of code. CSS styles objects and provides visual effects. JavaScript helps features to be interactive. How the web works The client/device asks and consequently, the Server responds. The client/device requests a service to the server, and the server retrieves it. This process is formatted on a protocol called HTTP/Hypertext Transfer Protocol and HTTPS, secure (encrypts) communication and data transfer between a user's web browser and a we...