Posts

Showing posts with the label CSS

Full Stack Learning Blog — HTML, CSS, JavaScript, Python, Java

Image
Full Stack Learning Blog A compact, practical roadmap: HTML, CSS, JavaScript, Java, Python — tips, tricks & mini projects. Setup HTML CSS JavaScript Python Java Projects Kickoff — Tools & Setup VS Code + extensions: Prettier, Live Server, Python, Java Node.js (LTS) Git + GitHub JDK 21+ Python 3.11+ Daily habit: 2 Pomodoro cycles, commit daily. HTML — The Foundation <!doctype html> <html lang="en"> <head> <meta charset="utf-8"/> <meta name="viewport" content="width=device-width,initial-scale=1"/> <title>My First Page</title> </head> <body> <header><h1>Hello, World!</h1></header> <main><p>This is my first blog pos...

BSCS Full Course Guide: HTML, CSS, C++, Python, VS Code & Semester Subjects (2022–2025)

Image
🧠 Introduction to Computer Science Computer Science is the study of computers and computational systems. It covers both theoretical and practical aspects including algorithms, programming, hardware, software, and data structures. With the growing reliance on technology, CS is essential for innovation in nearly every field. 🎓 BS Computer Science Curriculum Overview (2022–2025) 📘 Semester 1 Programming Fundamentals (C Language): Learn basic syntax, loops, conditions, and memory handling. Introduction to Computer Science Calculus & Analytical Geometry English Composition Pakistan Studies Islamic Studies 📘 Semester 2 Object-Oriented Programming (C++): Understand OOP principles like inheritance, encapsulation, polymorphism. HTML & CSS (Project Work): Structure and design web pages — essential for frontend development. Discrete Structures Digital Logic Design Linear Algebra Communication Skills 📘 Semester 3 Data Structures ...